Class CfnLifecyclePolicy.DeprecateRuleProperty
Inheritance
System.Object
CfnLifecyclePolicy.DeprecateRuleProperty
Implements
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
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 |
|
Interval |
|
IntervalUnit |
|
Constructors
DeprecateRuleProperty()
public DeprecateRuleProperty()
Properties
Count
CfnLifecyclePolicy.DeprecateRuleProperty.Count
.
public Nullable<double> Count { get; set; }
Property Value
System.Nullable<System.Double>
Remarks
Interval
CfnLifecyclePolicy.DeprecateRuleProperty.Interval
.
public Nullable<double> Interval { get; set; }
Property Value
System.Nullable<System.Double>
Remarks
IntervalUnit
CfnLifecyclePolicy.DeprecateRuleProperty.IntervalUnit
.
public string IntervalUnit { get; set; }
Property Value
System.String