LifecyclePolicyReference

class aws_cdk.interfaces.aws_imagebuilder.LifecyclePolicyReference(*, lifecycle_policy_arn)

Bases: object

A reference to a LifecyclePolicy resource.

Parameters:

lifecycle_policy_arn (str) – The Arn of the LifecyclePolicy resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_imagebuilder as interfaces_aws_imagebuilder

lifecycle_policy_reference = interfaces_aws_imagebuilder.LifecyclePolicyReference(
    lifecycle_policy_arn="lifecyclePolicyArn"
)

Attributes

lifecycle_policy_arn

The Arn of the LifecyclePolicy resource.