Class LifecyclePolicyReference
A reference to a LifecyclePolicy resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated
Type
The Type of the LifecyclePolicy resource.
public string Type { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated