Creates a policy to manage the lifecycle of the specified Amazon Web Services resources. You can create up to 100 lifecycle policies.
See https://www.paws-r-sdk.com/docs/dlm_create_lifecycle_policy/ for full documentation.
dlm_create_lifecycle_policy(
ExecutionRoleArn,
Description,
State,
PolicyDetails,
Tags = NULL
)
[required] The Amazon Resource Name (ARN) of the IAM role used to run the operations specified by the lifecycle policy.
[required] A description of the lifecycle policy. The characters ^[0-9A-Za-z _-]+$ are supported.
[required] The desired activation state of the lifecycle policy after creation.
[required] The configuration details of the lifecycle policy.
The tags to apply to the lifecycle policy during creation.