interface CrossRegionCopyDeprecateRuleProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.DLM.CfnLifecyclePolicy.CrossRegionCopyDeprecateRuleProperty |
Java | software.amazon.awscdk.services.dlm.CfnLifecyclePolicy.CrossRegionCopyDeprecateRuleProperty |
Python | aws_cdk.aws_dlm.CfnLifecyclePolicy.CrossRegionCopyDeprecateRuleProperty |
TypeScript | @aws-cdk/aws-dlm » CfnLifecyclePolicy » CrossRegionCopyDeprecateRuleProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as dlm from '@aws-cdk/aws-dlm';
const crossRegionCopyDeprecateRuleProperty: dlm.CfnLifecyclePolicy.CrossRegionCopyDeprecateRuleProperty = {
interval: 123,
intervalUnit: 'intervalUnit',
};
Properties
| Name | Type | Description |
|---|---|---|
| interval | number | CfnLifecyclePolicy.CrossRegionCopyDeprecateRuleProperty.Interval. |
| interval | string | CfnLifecyclePolicy.CrossRegionCopyDeprecateRuleProperty.IntervalUnit. |
interval
Type:
number
CfnLifecyclePolicy.CrossRegionCopyDeprecateRuleProperty.Interval.
intervalUnit
Type:
string
CfnLifecyclePolicy.CrossRegionCopyDeprecateRuleProperty.IntervalUnit.

.NET
Java
Python
TypeScript