applications
Retrieves a list of applications
in a region
Overview
Name | applications |
Type | Resource |
Description | applications |
Id | awscc.m2.applications |
Fields
Name | Datatype | Description |
---|---|---|
application_arn | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
application_arn
FROM awscc.m2.applications
WHERE region = 'us-east-1'
Permissions
To operate on the applications
resource, the following permissions are required:
Create
m2:CreateApplication,
m2:GetApplication,
m2:ListTagsForResource,
m2:TagResource,
s3:GetObject,
s3:ListBucket,
kms:DescribeKey,
kms:CreateGrant,
iam:PassRole
List
m2:ListApplications