View Source AWS.DLM (aws-elixir v1.0.4)
Amazon Data Lifecycle Manager
With Amazon Data Lifecycle Manager, you can manage the lifecycle of your Amazon Web Services resources.
You create lifecycle policies, which are used to automate operations on the specified resources.
Amazon Data Lifecycle Manager supports Amazon EBS volumes and snapshots. For information about using Amazon Data Lifecycle Manager with Amazon EBS, see Amazon Data Lifecycle Manager in the Amazon EC2 User Guide.
Link to this section Summary
Functions
Creates an Amazon Data Lifecycle Manager lifecycle policy.
Deletes the specified lifecycle policy and halts the automated operations that the policy specified.
Gets summary information about all or the specified data lifecycle policies.
Gets detailed information about the specified lifecycle policy.
Lists the tags for the specified resource.
Adds the specified tags to the specified resource.
Removes the specified tags from the specified resource.
Updates the specified lifecycle policy.
Link to this section Functions
Creates an Amazon Data Lifecycle Manager lifecycle policy.
Amazon Data Lifecycle Manager supports the following policy types:
* Custom EBS snapshot policy
* Custom EBS-backed AMI policy
* Cross-account copy event policy
* Default policy for EBS snapshots
* Default policy for EBS-backed AMIs
For more information, see Default policies vs custom policies.
If you create a default policy, you can specify the request parameters either in the request body, or in the PolicyDetails request structure, but not both.
Deletes the specified lifecycle policy and halts the automated operations that the policy specified.
For more information about deleting a policy, see Delete lifecycle policies.
get_lifecycle_policies(client, default_policy_type \\ nil, policy_ids \\ nil, resource_types \\ nil, state \\ nil, tags_to_add \\ nil, target_tags \\ nil, options \\ [])
View SourceGets summary information about all or the specified data lifecycle policies.
To get complete information about a policy, use GetLifecyclePolicy.
Gets detailed information about the specified lifecycle policy.
Lists the tags for the specified resource.
Adds the specified tags to the specified resource.
Removes the specified tags from the specified resource.
Updates the specified lifecycle policy.
For more information about updating a policy, see Modify lifecycle policies.