Show / Hide Table of Contents

Class CfnLifecyclePolicy.DeprecateRuleProperty

Inheritance
System.Object
CfnLifecyclePolicy.DeprecateRuleProperty
Implements
CfnLifecyclePolicy.IDeprecateRuleProperty
Namespace: Amazon.CDK.AWS.DLM
Assembly: Amazon.CDK.AWS.DLM.dll
Syntax (csharp)
public class DeprecateRuleProperty : Object, CfnLifecyclePolicy.IDeprecateRuleProperty
Syntax (vb)
Public Class DeprecateRuleProperty
    Inherits Object
    Implements CfnLifecyclePolicy.IDeprecateRuleProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-deprecaterule.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 deprecateRuleProperty = new DeprecateRuleProperty {
    Count = 123,
    Interval = 123,
    IntervalUnit = "intervalUnit"
};

Synopsis

Constructors

DeprecateRuleProperty()

Properties

Count

CfnLifecyclePolicy.DeprecateRuleProperty.Count.

Interval

CfnLifecyclePolicy.DeprecateRuleProperty.Interval.

IntervalUnit

CfnLifecyclePolicy.DeprecateRuleProperty.IntervalUnit.

Constructors

DeprecateRuleProperty()

public DeprecateRuleProperty()

Properties

Count

CfnLifecyclePolicy.DeprecateRuleProperty.Count.

public Nullable<double> Count { get; set; }
Property Value

System.Nullable<System.Double>

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-deprecaterule.html#cfn-dlm-lifecyclepolicy-deprecaterule-count

Interval

CfnLifecyclePolicy.DeprecateRuleProperty.Interval.

public Nullable<double> Interval { get; set; }
Property Value

System.Nullable<System.Double>

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-deprecaterule.html#cfn-dlm-lifecyclepolicy-deprecaterule-interval

IntervalUnit

CfnLifecyclePolicy.DeprecateRuleProperty.IntervalUnit.

public string IntervalUnit { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-deprecaterule.html#cfn-dlm-lifecyclepolicy-deprecaterule-intervalunit

Implements

CfnLifecyclePolicy.IDeprecateRuleProperty
Back to top Generated by DocFX