interface ArchiveRuleProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.DLM.CfnLifecyclePolicy.ArchiveRuleProperty |
Java | software.amazon.awscdk.services.dlm.CfnLifecyclePolicy.ArchiveRuleProperty |
Python | aws_cdk.aws_dlm.CfnLifecyclePolicy.ArchiveRuleProperty |
TypeScript | @aws-cdk/aws-dlm » CfnLifecyclePolicy » ArchiveRuleProperty |
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 archiveRuleProperty: dlm.CfnLifecyclePolicy.ArchiveRuleProperty = {
retainRule: {
retentionArchiveTier: {
count: 123,
interval: 123,
intervalUnit: 'intervalUnit',
},
},
};
Properties
Name | Type | Description |
---|---|---|
retain | IResolvable | Archive | CfnLifecyclePolicy.ArchiveRuleProperty.RetainRule . |
retainRule
Type:
IResolvable
|
Archive
CfnLifecyclePolicy.ArchiveRuleProperty.RetainRule
.