Skip to main content

lifecycle_policies_list_only

Lists lifecycle_policies in a region or regions, for all properties use lifecycle_policies

Overview

Namelifecycle_policies_list_only
TypeResource
DescriptionResource schema for AWS::ImageBuilder::LifecyclePolicy
Idaws.imagebuilder.lifecycle_policies_list_only

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.
tagsobjectThe tags associated with the lifecycle policy.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all lifecycle_policies in a region.

SELECT
region,
arn
FROM aws.imagebuilder.lifecycle_policies_list_only
WHERE region = 'us-east-1';

Permissions

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