| Package | Description |
|---|---|
| software.amazon.awscdk.services.dlm |
Amazon Data Lifecycle Manager Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnLifecyclePolicy.Builder |
CfnLifecyclePolicy.Builder.create(software.constructs.Construct scope,
String id) |
CfnLifecyclePolicy.Builder |
CfnLifecyclePolicy.Builder.description(String description)
A description of the lifecycle policy.
|
CfnLifecyclePolicy.Builder |
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 |
CfnLifecyclePolicy.Builder.policyDetails(CfnLifecyclePolicy.PolicyDetailsProperty policyDetails)
The configuration details of the lifecycle policy.
|
CfnLifecyclePolicy.Builder |
CfnLifecyclePolicy.Builder.policyDetails(IResolvable policyDetails)
The configuration details of the lifecycle policy.
|
CfnLifecyclePolicy.Builder |
CfnLifecyclePolicy.Builder.state(String state)
The activation state of the lifecycle policy.
|
CfnLifecyclePolicy.Builder |
CfnLifecyclePolicy.Builder.tags(List<? extends CfnTag> tags)
The tags to apply to the lifecycle policy during creation.
|
Copyright © 2022. All rights reserved.