Skip to main content

deployment_tags

Expands all tag keys and values for deployments in a region

Overview

Namedeployment_tags
TypeResource
DescriptionDefinition of AWS::LaunchWizard::Deployment Resource Type
Idaws.launchwizard.deployment_tags

Fields

NameDatatypeDescription
arnstringARN of the LaunchWizard deployment
created_atstringTimestamp of LaunchWizard deployment creation
deleted_atstringTimestamp of LaunchWizard deployment deletion
deployment_idstringDeployment ID of the LaunchWizard deployment
deployment_pattern_namestringWorkload deployment pattern name
namestringName of LaunchWizard deployment
resource_groupstringResource Group Name created for LaunchWizard deployment
specificationsobjectLaunchWizard deployment specifications
statusstringStatus of LaunchWizard deployment
workload_namestringWorkload Name for LaunchWizard deployment
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,
arn,
created_at,
deleted_at,
deployment_id,
deployment_pattern_name,
name,
resource_group,
specifications,
status,
workload_name,
tag_key,
tag_value
FROM aws.launchwizard.deployment_tags
WHERE region = 'us-east-1';

Permissions

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