applications
Retrieves a list of applications
in a region
Overview
Name | applications |
Type | Resource |
Description | applications |
Id | awscc.refactorspaces.applications |
Fields
Name | Datatype | Description |
---|---|---|
environment_identifier | string | |
application_identifier | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
environment_identifier,
application_identifier
FROM awscc.refactorspaces.applications
WHERE region = 'us-east-1'
Permissions
To operate on the applications
resource, the following permissions are required:
Create
refactor-spaces:GetApplication,
refactor-spaces:CreateApplication,
refactor-spaces:TagResource,
ec2:CreateTags,
ec2:CreateVpcEndpointServiceConfiguration,
ec2:DescribeVpcs,
ec2:DescribeSubnets,
ec2:DescribeVpcEndpointServiceConfigurations,
ec2:DescribeAccountAttributes,
ec2:DescribeInternetGateways,
ec2:ModifyVpcEndpointServicePermissions,
apigateway:DELETE,
apigateway:GET,
apigateway:PATCH,
apigateway:POST,
apigateway:PUT,
apigateway:UpdateRestApiPolicy,
apigateway:Update*,
apigateway:Delete*,
apigateway:Get*,
apigateway:Put*,
elasticloadbalancing:CreateLoadBalancer,
elasticloadbalancing:DescribeLoadBalancers,
elasticloadbalancing:DescribeTags,
elasticloadbalancing:AddTags,
iam:CreateServiceLinkedRole
List
refactor-spaces:ListApplications,
refactor-spaces:ListTagsForResource