Skip to main content

apps

Retrieves a list of apps in a region

Overview

Nameapps
TypeResource
Descriptionapps
Idawscc.amplify.apps

Fields

NameDatatypeDescription
arnstring
regionstringAWS 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