deployment_tags
Expands all tag keys and values for deployments
in a region
Overview
Name | deployment_tags |
Type | Resource |
Description | Definition of AWS::LaunchWizard::Deployment Resource Type |
Id | aws.launchwizard.deployment_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | ARN of the LaunchWizard deployment |
created_at | string | Timestamp of LaunchWizard deployment creation |
deleted_at | string | Timestamp of LaunchWizard deployment deletion |
deployment_id | string | Deployment ID of the LaunchWizard deployment |
deployment_pattern_name | string | Workload deployment pattern name |
name | string | Name of LaunchWizard deployment |
resource_group | string | Resource Group Name created for LaunchWizard deployment |
specifications | object | LaunchWizard deployment specifications |
status | string | Status of LaunchWizard deployment |
workload_name | string | Workload Name for LaunchWizard deployment |
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,
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