interface ArchiveRuleProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.DLM.CfnLifecyclePolicy.ArchiveRuleProperty |
![]() | software.amazon.awscdk.services.dlm.CfnLifecyclePolicy.ArchiveRuleProperty |
![]() | aws_cdk.aws_dlm.CfnLifecyclePolicy.ArchiveRuleProperty |
![]() | @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
.