Uses of Class
software.amazon.awscdk.services.dlm.CfnLifecyclePolicy.Builder
Packages that use CfnLifecyclePolicy.Builder
Package
Description
Amazon Data Lifecycle Manager Construct Library
-
Uses of CfnLifecyclePolicy.Builder in software.amazon.awscdk.services.dlm
Methods in software.amazon.awscdk.services.dlm that return CfnLifecyclePolicy.BuilderModifier and TypeMethodDescription[Default policies only] Indicates whether the policy should copy tags from the source resource to the snapshot or AMI.CfnLifecyclePolicy.Builder.copyTags(IResolvable copyTags) [Default policies only] Indicates whether the policy should copy tags from the source resource to the snapshot or AMI.static CfnLifecyclePolicy.BuilderCfnLifecyclePolicy.Builder.createInterval(Number createInterval) [Default policies only] Specifies how often the policy should run and create snapshots or AMIs.CfnLifecyclePolicy.Builder.crossRegionCopyTargets(Object crossRegionCopyTargets) [Default policies only] Specifies destination Regions for snapshot or AMI copies.CfnLifecyclePolicy.Builder.defaultPolicy(String defaultPolicy) [Default policies only] Specify the type of default policy to create.CfnLifecyclePolicy.Builder.description(String description) A description of the lifecycle policy.CfnLifecyclePolicy.Builder.exclusions(IResolvable exclusions) [Default policies only] Specifies exclusion parameters for volumes or instances for which you do not want to create snapshots or AMIs.CfnLifecyclePolicy.Builder.exclusions(CfnLifecyclePolicy.ExclusionsProperty exclusions) [Default policies only] Specifies exclusion parameters for volumes or instances for which you do not want to create snapshots or AMIs.CfnLifecyclePolicy.Builder.executionRoleArn(String executionRoleArn) The Amazon Resource Name (ARN) of the IAM role used to run the operations specified by the lifecycle policy.CfnLifecyclePolicy.Builder.extendDeletion(Boolean extendDeletion) [Default policies only] Defines the snapshot or AMI retention behavior for the policy if the source volume or instance is deleted, or if the policy enters the error, disabled, or deleted state.CfnLifecyclePolicy.Builder.extendDeletion(IResolvable extendDeletion) [Default policies only] Defines the snapshot or AMI retention behavior for the policy if the source volume or instance is deleted, or if the policy enters the error, disabled, or deleted state.CfnLifecyclePolicy.Builder.policyDetails(IResolvable policyDetails) The configuration details of the lifecycle policy.CfnLifecyclePolicy.Builder.policyDetails(CfnLifecyclePolicy.PolicyDetailsProperty policyDetails) The configuration details of the lifecycle policy.CfnLifecyclePolicy.Builder.retainInterval(Number retainInterval) [Default policies only] Specifies how long the policy should retain snapshots or AMIs before deleting them.The activation state of the lifecycle policy.The tags to apply to the lifecycle policy during creation.