Skip to main content

application_tags

Expands all tag keys and values for applications in a region

Overview

Nameapplication_tags
TypeResource
DescriptionThe AWS::CodeDeploy::Application resource creates an AWS CodeDeploy application
Idaws.codedeploy.application_tags

Fields

NameDatatypeDescription
application_namestringA 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_platformstringThe compute platform that CodeDeploy deploys the application to.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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