apps
Retrieves a list of apps
in a region
Overview
Name | apps |
Type | Resource |
Description | apps |
Id | awscc.amplify.apps |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn
FROM awscc.amplify.apps
WHERE region = 'us-east-1'
Permissions
To operate on the apps
resource, the following permissions are required:
Create
amplify:GetApp,
amplify:CreateApp,
amplify:TagResource,
codecommit:GetRepository,
codecommit:PutRepositoryTriggers,
codecommit:GetRepositoryTriggers,
sns:CreateTopic,
sns:Subscribe,
iam:PassRole
List
amplify:GetApp,
amplify:ListApps,
amplify:ListTagsForResource,
iam:PassRole