apps
Retrieves a list of apps
in a region
Overview
Name | apps |
Type | Resource |
Description | apps |
Id | awscc.resiliencehub.apps |
Fields
Name | Datatype | Description |
---|---|---|
app_arn | string | Amazon Resource Name (ARN) of the App. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
app_arn
FROM awscc.resiliencehub.apps
WHERE region = 'us-east-1'
Permissions
To operate on the apps
resource, the following permissions are required:
Create
cloudformation:DescribeStacks,
cloudformation:ListStackResources,
s3:GetBucketLocation,
s3:GetObject,
s3:ListAllMyBuckets,
autoscaling:DescribeAutoScalingGroups,
apigateway:GET,
ec2:Describe*,
ecs:DescribeServices,
eks:DescribeCluster,
elasticfilesystem:DescribeFileSystems,
elasticloadbalancing:DescribeLoadBalancers,
lambda:GetFunction*,
rds:Describe*,
dynamodb:Describe*,
sqs:GetQueueAttributes,
sns:GetTopicAttributes,
route53:List*,
iam:PassRole,
resiliencehub:*
List
resiliencehub:ListApps