Show / Hide Table of Contents

Interface CfnLifecyclePolicy.IArchiveRetainRuleProperty

[Custom snapshot policies only] Specifies information about the archive storage tier retention period.

Namespace: Amazon.CDK.AWS.DLM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnLifecyclePolicy.IArchiveRetainRuleProperty
Syntax (vb)
Public Interface CfnLifecyclePolicy.IArchiveRetainRuleProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-archiveretainrule.html

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.DLM;

             var archiveRetainRuleProperty = new ArchiveRetainRuleProperty {
                 RetentionArchiveTier = new RetentionArchiveTierProperty {
                     Count = 123,
                     Interval = 123,
                     IntervalUnit = "intervalUnit"
                 }
             };

Synopsis

Properties

RetentionArchiveTier

Information about retention period in the Amazon EBS Snapshots Archive.

Properties

RetentionArchiveTier

Information about retention period in the Amazon EBS Snapshots Archive.

object RetentionArchiveTier { get; }
Property Value

object

Remarks

For more information, see Archive Amazon EBS snapshots .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-archiveretainrule.html#cfn-dlm-lifecyclepolicy-archiveretainrule-retentionarchivetier

Back to top Generated by DocFX