Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.dlm.CfnLifecyclePolicyPropsMixin.Builder
Packages that use CfnLifecyclePolicyPropsMixin.Builder
-
Uses of CfnLifecyclePolicyPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.dlm
Methods in software.amazon.awscdk.cfnpropertymixins.services.dlm that return CfnLifecyclePolicyPropsMixin.BuilderModifier and TypeMethodDescription[Default policies only] Indicates whether the policy should copy tags from the source resource to the snapshot or AMI.CfnLifecyclePolicyPropsMixin.Builder.copyTags(IResolvable copyTags) [Default policies only] Indicates whether the policy should copy tags from the source resource to the snapshot or AMI.CfnLifecyclePolicyPropsMixin.Builder.create()CfnLifecyclePolicyPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnLifecyclePolicyPropsMixin.Builder.createInterval(Number createInterval) [Default policies only] Specifies how often the policy should run and create snapshots or AMIs.CfnLifecyclePolicyPropsMixin.Builder.crossRegionCopyTargets(Object crossRegionCopyTargets) [Default policies only] Specifies destination Regions for snapshot or AMI copies.CfnLifecyclePolicyPropsMixin.Builder.defaultPolicy(String defaultPolicy) [Default policies only] Specify the type of default policy to create.CfnLifecyclePolicyPropsMixin.Builder.description(String description) A description of the lifecycle policy.CfnLifecyclePolicyPropsMixin.Builder.exclusions(CfnLifecyclePolicyPropsMixin.ExclusionsProperty exclusions) [Default policies only] Specifies exclusion parameters for volumes or instances for which you do not want to create snapshots or AMIs.CfnLifecyclePolicyPropsMixin.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.CfnLifecyclePolicyPropsMixin.Builder.executionRoleArn(String executionRoleArn) The Amazon Resource Name (ARN) of the IAM role used to run the operations specified by the lifecycle policy.CfnLifecyclePolicyPropsMixin.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.CfnLifecyclePolicyPropsMixin.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.CfnLifecyclePolicyPropsMixin.Builder.policyDetails(CfnLifecyclePolicyPropsMixin.PolicyDetailsProperty policyDetails) The configuration details of the lifecycle policy.CfnLifecyclePolicyPropsMixin.Builder.policyDetails(IResolvable policyDetails) The configuration details of the lifecycle policy.CfnLifecyclePolicyPropsMixin.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.