View Source aws_dlm (aws v0.3.1)

Amazon Data Lifecycle Manager

With Amazon Data Lifecycle Manager, you can manage the lifecycle of your AWS resources.

You create lifecycle policies, which are used to automate operations on the specified resources.

Amazon DLM supports Amazon EBS volumes and snapshots. For information about using Amazon DLM with Amazon EBS, see Automating the Amazon EBS Snapshot Lifecycle in the Amazon EC2 User Guide.

Link to this section Summary

Functions

Creates a policy to manage the lifecycle of the specified AWS resources.

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

Link to this function

create_lifecycle_policy(Client, Input)

View Source

Creates a policy to manage the lifecycle of the specified AWS resources.

You can create up to 100 lifecycle policies.
Link to this function

create_lifecycle_policy(Client, Input0, Options0)

View Source
Link to this function

delete_lifecycle_policy(Client, PolicyId, Input)

View Source
Deletes the specified lifecycle policy and halts the automated operations that the policy specified.
Link to this function

delete_lifecycle_policy(Client, PolicyId, Input0, Options0)

View Source
Link to this function

get_lifecycle_policies(Client)

View Source

Gets summary information about all or the specified data lifecycle policies.

To get complete information about a policy, use GetLifecyclePolicy.
Link to this function

get_lifecycle_policies(Client, QueryMap, HeadersMap)

View Source
Link to this function

get_lifecycle_policies(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_lifecycle_policy(Client, PolicyId)

View Source
Gets detailed information about the specified lifecycle policy.
Link to this function

get_lifecycle_policy(Client, PolicyId, QueryMap, HeadersMap)

View Source
Link to this function

get_lifecycle_policy(Client, PolicyId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn)

View Source
Lists the tags for the specified resource.
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

tag_resource(Client, ResourceArn, Input)

View Source
Adds the specified tags to the specified resource.
Link to this function

tag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

untag_resource(Client, ResourceArn, Input)

View Source
Removes the specified tags from the specified resource.
Link to this function

untag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

update_lifecycle_policy(Client, PolicyId, Input)

View Source
Updates the specified lifecycle policy.
Link to this function

update_lifecycle_policy(Client, PolicyId, Input0, Options0)

View Source