deployment_tags
Expands all tag keys and values for deployments
in a region
Overview
Name | deployment_tags |
Type | Resource |
Description | Resource Type definition for AWS::AppConfig::Deployment |
Id | aws.appconfig.deployment_tags |
Fields
Name | Datatype | Description |
---|---|---|
deployment_strategy_id | string | The deployment strategy ID. |
configuration_profile_id | string | The configuration profile ID. |
environment_id | string | The environment ID. |
kms_key_identifier | string | The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated. |
description | string | A description of the deployment. |
configuration_version | string | The 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_number | string | The sequence number of the deployment. |
application_id | string | The application ID. |
dynamic_extension_parameters | array | |
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 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