aws-cdk-lib.aws_dlm.CfnLifecyclePolicy.ArchiveRuleProperty

interface ArchiveRuleProperty

LanguageType name
.NETAmazon.CDK.AWS.DLM.CfnLifecyclePolicy.ArchiveRuleProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsdlm#CfnLifecyclePolicy_ArchiveRuleProperty
Javasoftware.amazon.awscdk.services.dlm.CfnLifecyclePolicy.ArchiveRuleProperty
Pythonaws_cdk.aws_dlm.CfnLifecyclePolicy.ArchiveRuleProperty
TypeScript aws-cdk-lib » 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 { aws_dlm as dlm } from 'aws-cdk-lib';
const archiveRuleProperty: dlm.CfnLifecyclePolicy.ArchiveRuleProperty = {
  retainRule: {
    retentionArchiveTier: {
      count: 123,
      interval: 123,
      intervalUnit: 'intervalUnit',
    },
  },
};

Properties

NameTypeDescription
retainRuleIResolvable | ArchiveRetainRulePropertyCfnLifecyclePolicy.ArchiveRuleProperty.RetainRule.

retainRule

Type: IResolvable | ArchiveRetainRuleProperty

CfnLifecyclePolicy.ArchiveRuleProperty.RetainRule.