Class LifecyclePolicyReference
A reference to a LifecyclePolicy resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.ImageBuilder
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.Interfaces.ImageBuilder;
var lifecyclePolicyReference = new LifecyclePolicyReference {
LifecyclePolicyArn = "lifecyclePolicyArn"
};
Synopsis
Constructors
| LifecyclePolicyReference() | A reference to a LifecyclePolicy resource. |
Properties
| LifecyclePolicyArn | The Arn 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.Interfaces.ImageBuilder;
var lifecyclePolicyReference = new LifecyclePolicyReference {
LifecyclePolicyArn = "lifecyclePolicyArn"
};
Properties
LifecyclePolicyArn
The Arn of the LifecyclePolicy resource.
public string LifecyclePolicyArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated