application_tags
Expands all tag keys and values for applications
in a region
Overview
Name | application_tags |
Type | Resource |
Description | The AWS::CodeDeploy::Application resource creates an AWS CodeDeploy application |
Id | aws.codedeploy.application_tags |
Fields
Name | Datatype | Description |
---|---|---|
application_name | string | A name for the application. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the application name. |
compute_platform | string | The compute platform that CodeDeploy deploys the application to. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all applications
in a region.
SELECT
region,
application_name,
compute_platform,
tag_key,
tag_value
FROM aws.codedeploy.application_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the application_tags
resource, see applications