LifecyclePolicyReference

class aws_cdk.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 import aws_imagebuilder as imagebuilder

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

Attributes

lifecycle_policy_arn

The Arn of the LifecyclePolicy resource.