stack_tags
Expands all tag keys and values for stacks
in a region
Overview
Name | stack_tags |
Type | Resource |
Description | The AWS::CloudFormation::Stack resource nests a stack as a resource in a top-level template. |
Id | aws.cloudformation.stack_tags |
Fields
Name | Datatype | Description |
---|---|---|
capabilities | array | |
role_arn | string | |
outputs | array | |
description | string | |
disable_rollback | boolean | |
enable_termination_protection | boolean | |
notification_arns | array | |
parameters | object | |
parent_id | string | |
root_id | string | |
change_set_id | string | |
stack_name | string | |
stack_id | string | |
stack_policy_body | object | |
stack_policy_url | string | |
stack_status | string | |
stack_status_reason | string | |
template_body | object | |
template_url | string | |
timeout_in_minutes | integer | |
last_update_time | string | |
creation_time | string | |
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 stacks
in a region.
SELECT
region,
capabilities,
role_arn,
outputs,
description,
disable_rollback,
enable_termination_protection,
notification_arns,
parameters,
parent_id,
root_id,
change_set_id,
stack_name,
stack_id,
stack_policy_body,
stack_policy_url,
stack_status,
stack_status_reason,
template_body,
template_url,
timeout_in_minutes,
last_update_time,
creation_time,
tag_key,
tag_value
FROM aws.cloudformation.stack_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the stack_tags
resource, see stacks