Show / Hide Table of Contents

Class LifecyclePolicyReference

A reference to a LifecyclePolicy resource.

Inheritance
object
LifecyclePolicyReference
Implements
ILifecyclePolicyReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.OpenSearchServerless
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class LifecyclePolicyReference : ILifecyclePolicyReference
Syntax (vb)
Public Class LifecyclePolicyReference Implements ILifecyclePolicyReference
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.AWS.OpenSearchServerless;

            var lifecyclePolicyReference = new LifecyclePolicyReference {
                LifecyclePolicyName = "lifecyclePolicyName",
                Type = "type"
            };

Synopsis

Constructors

LifecyclePolicyReference()

A reference to a LifecyclePolicy resource.

Properties

LifecyclePolicyName

The Name of the LifecyclePolicy resource.

Type

The Type of the LifecyclePolicy resource.

Constructors

LifecyclePolicyReference()

A reference to a LifecyclePolicy resource.

public LifecyclePolicyReference()
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.AWS.OpenSearchServerless;

            var lifecyclePolicyReference = new LifecyclePolicyReference {
                LifecyclePolicyName = "lifecyclePolicyName",
                Type = "type"
            };

Properties

LifecyclePolicyName

The Name of the LifecyclePolicy resource.

public string LifecyclePolicyName { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Type

The Type of the LifecyclePolicy resource.

public string Type { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

ILifecyclePolicyReference
Back to top Generated by DocFX