routes
Retrieves a list of routes
in a region
Overview
Name | routes |
Type | Resource |
Description | routes |
Id | awscc.refactorspaces.routes |
Fields
Name | Datatype | Description |
---|---|---|
environment_identifier | string | |
application_identifier | string | |
route_identifier | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
environment_identifier,
application_identifier,
route_identifier
FROM awscc.refactorspaces.routes
WHERE region = 'us-east-1'
Permissions
To operate on the routes
resource, the following permissions are required:
Create
refactor-spaces:CreateRoute,
refactor-spaces:GetRoute,
refactor-spaces:TagResource,
iam:CreateServiceLinkedRole,
apigateway:GET,
apigateway:PATCH,
apigateway:POST,
apigateway:PUT,
apigateway:DELETE,
apigateway:UpdateRestApiPolicy,
lambda:GetFunctionConfiguration,
lambda:AddPermission,
elasticloadbalancing:DescribeListeners,
elasticloadbalancing:DescribeTargetGroups,
elasticloadbalancing:CreateListener,
elasticloadbalancing:CreateTargetGroup,
elasticloadbalancing:DescribeTags,
elasticloadbalancing:AddTags,
elasticloadbalancing:RegisterTargets,
elasticloadbalancing:DescribeTargetHealth,
ec2:DescribeSubnets,
tag:GetResources
List
refactor-spaces:ListRoutes,
refactor-spaces:ListTagsForResource