Skip to main content

applications

Retrieves a list of applications in a region

Overview

Nameapplications
TypeResource
Descriptionapplications
Idawscc.appconfig.applications

Fields

NameDatatypeDescription
application_idstringThe application Id
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
application_id
FROM awscc.appconfig.applications
WHERE region = 'us-east-1'

Permissions

To operate on the applications resource, the following permissions are required:

Create

appconfig:CreateApplication,
appconfig:GetApplication,
appconfig:ListTagsForResource,
appconfig:TagResource

List

appconfig:ListApplications