services
Retrieves a list of services
in a region
Overview
Name | services |
Type | Resource |
Description | services |
Id | awscc.refactorspaces.services |
Fields
Name | Datatype | Description |
---|---|---|
environment_identifier | string | |
application_identifier | string | |
service_identifier | string | |
region | string | AWS 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