Show / Hide Table of Contents

Interface ILifecyclePolicyReference

A reference to a LifecyclePolicy resource.

Namespace: Amazon.CDK.Interfaces.ImageBuilder
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ILifecyclePolicyReference
Syntax (vb)
Public Interface 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

Properties

LifecyclePolicyArn

The Arn of the LifecyclePolicy resource.

Properties

LifecyclePolicyArn

The Arn of the LifecyclePolicy resource.

string LifecyclePolicyArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX