Skip to main content

deployment_tags

Expands all tag keys and values for deployments in a region

Overview

Namedeployment_tags
TypeResource
DescriptionResource Type definition for AWS::AppConfig::Deployment
Idaws.appconfig.deployment_tags

Fields

NameDatatypeDescription
deployment_strategy_idstringThe deployment strategy ID.
configuration_profile_idstringThe configuration profile ID.
environment_idstringThe environment ID.
kms_key_identifierstringThe AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
descriptionstringA description of the deployment.
configuration_versionstringThe configuration version to deploy. If deploying an AWS AppConfig hosted configuration version, you can specify either the version number or version label. For all other configurations, you must specify the version number.
deployment_numberstringThe sequence number of the deployment.
application_idstringThe application ID.
dynamic_extension_parametersarray
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all deployments in a region.

SELECT
region,
deployment_strategy_id,
configuration_profile_id,
environment_id,
kms_key_identifier,
description,
configuration_version,
deployment_number,
application_id,
dynamic_extension_parameters,
tag_key,
tag_value
FROM aws.appconfig.deployment_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the deployment_tags resource, see deployments