Skip to main content

lifecycle_policy_tags

Expands all tag keys and values for lifecycle_policies in a region

Overview

Namelifecycle_policy_tags
TypeResource
DescriptionResource schema for AWS::ImageBuilder::LifecyclePolicy
Idaws.imagebuilder.lifecycle_policy_tags

Fields

NameDatatypeDescription
arnstringThe Amazon Resource Name (ARN) of the lifecycle policy.
namestringThe name of the lifecycle policy.
descriptionstringThe description of the lifecycle policy.
statusstringThe status of the lifecycle policy.
execution_rolestringThe execution role of the lifecycle policy.
resource_typestringThe resource type of the lifecycle policy.
policy_detailsarrayThe policy details of the lifecycle policy.
resource_selectionobjectThe resource selection of the lifecycle policy.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all lifecycle_policies in a region.

SELECT
region,
arn,
name,
description,
status,
execution_role,
resource_type,
policy_details,
resource_selection,
tag_key,
tag_value
FROM aws.imagebuilder.lifecycle_policy_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the lifecycle_policy_tags resource, see lifecycle_policies