Show / Hide Table of Contents

Class CfnLifecyclePolicy.ArchiveRetainRuleProperty

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

Inheritance
object
CfnLifecyclePolicy.ArchiveRetainRuleProperty
Implements
CfnLifecyclePolicy.IArchiveRetainRuleProperty
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.DLM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnLifecyclePolicy.ArchiveRetainRuleProperty : CfnLifecyclePolicy.IArchiveRetainRuleProperty
Syntax (vb)
Public Class CfnLifecyclePolicy.ArchiveRetainRuleProperty Implements 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

Constructors

ArchiveRetainRuleProperty()

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

Properties

RetentionArchiveTier

Information about retention period in the Amazon EBS Snapshots Archive.

Constructors

ArchiveRetainRuleProperty()

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

public ArchiveRetainRuleProperty()
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"
                 }
             };

Properties

RetentionArchiveTier

Information about retention period in the Amazon EBS Snapshots Archive.

public object RetentionArchiveTier { get; set; }
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

Implements

CfnLifecyclePolicy.IArchiveRetainRuleProperty
Back to top Generated by DocFX