application
Gets an individual application
resource
Overview
Name | application |
Type | Resource |
Description | application |
Id | awscc.appconfig.application |
Fields
Name | Datatype | Description |
---|---|---|
description | string | A description of the application. |
application_id | string | The application Id |
tags | array | Metadata to assign to the application. Tags help organize and categorize your AWS AppConfig resources. Each tag consists of a key and an optional value, both of which you define. |
name | string | A name for the application. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
description,
application_id,
tags,
name
FROM awscc.appconfig.application
WHERE data__Identifier = '<ApplicationId>';
Permissions
To operate on the application
resource, the following permissions are required:
Read
appconfig:GetApplication,
appconfig:ListTagsForResource
Update
appconfig:UpdateApplication,
appconfig:TagResource,
appconfig:UntagResource
Delete
appconfig:GetApplication,
appconfig:DeleteApplication