LifecyclePolicyReference

class aws_cdk.aws_opensearchserverless.LifecyclePolicyReference(*, lifecycle_policy_name, type)

Bases: object

A 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 import aws_opensearchserverless as opensearchserverless

lifecycle_policy_reference = 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.