Skip to main content

services

Retrieves a list of services in a region

Overview

Nameservices
TypeResource
Descriptionservices
Idawscc.refactorspaces.services

Fields

NameDatatypeDescription
environment_identifierstring
application_identifierstring
service_identifierstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
environment_identifier,
application_identifier,
service_identifier
FROM awscc.refactorspaces.services
WHERE region = 'us-east-1'

Permissions

To operate on the services resource, the following permissions are required:

Create

refactor-spaces:CreateService,
refactor-spaces:GetService,
refactor-spaces:TagResource,
ec2:DescribeVpcs,
ec2:DescribeSubnets,
ec2:DescribeRouteTables,
ec2:CreateTags,
ec2:CreateTransitGatewayVpcAttachment,
ec2:DescribeTransitGatewayVpcAttachments,
ec2:CreateSecurityGroup,
ec2:AuthorizeSecurityGroupIngress,
ec2:CreateRoute,
lambda:GetFunctionConfiguration

List

refactor-spaces:ListServices,
refactor-spaces:ListTagsForResource