LifecyclePolicyReference
- class aws_cdk.interfaces.aws_opensearchserverless.LifecyclePolicyReference(*, lifecycle_policy_name, type)
Bases:
objectA reference to a LifecyclePolicy resource.
- Parameters:
lifecycle_policy_name (
str) – The Name of the LifecyclePolicy resource.type (
str) – The Type 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_opensearchserverless as interfaces_aws_opensearchserverless lifecycle_policy_reference = interfaces_aws_opensearchserverless.LifecyclePolicyReference( lifecycle_policy_name="lifecyclePolicyName", type="type" )
Attributes
- lifecycle_policy_name
The Name of the LifecyclePolicy resource.
- type
The Type of the LifecyclePolicy resource.