logo
Expand description

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.

If you’re using the service, you’re probably looking for DlmClient and Dlm.

Structs

Specifies an action for an event-based policy.

Specifies when to create snapshots of EBS volumes.

You must specify either a Cron expression or an interval, interval unit, and start time. You cannot specify both.

Specifies a rule for copying shared snapshots across Regions.

Specifies the retention rule for cross-Region snapshot copies.

Specifies a rule for cross-Region snapshot copies.

A client for the Amazon DLM API.

Specifies the encryption settings for shared snapshots that are copied across Regions.

Specifies an event that triggers an event-based policy.

Specifies an event that triggers an event-based policy.

Specifies a rule for enabling fast snapshot restore. You can enable fast snapshot restore based on either a count or a time interval.

Detailed information about a lifecycle policy.

Summary information about a lifecycle policy.

Specifies optional parameters to add to a policy. The set of valid parameters depends on the combination of policy type and resource type.

Specifies the configuration of a lifecycle policy.

Specifies the retention rule for a lifecycle policy. You can retain snapshots based on either a count or a time interval.

Specifies a backup schedule for a snapshot or AMI lifecycle policy.

Specifies a rule for sharing snapshots across AWS accounts.

Specifies a tag for a resource.

Enums

Errors returned by CreateLifecyclePolicy

Errors returned by DeleteLifecyclePolicy

Errors returned by GetLifecyclePolicies

Errors returned by GetLifecyclePolicy

Errors returned by ListTagsForResource

Errors returned by TagResource

Errors returned by UntagResource

Errors returned by UpdateLifecyclePolicy

Traits

Trait representing the capabilities of the Amazon DLM API. Amazon DLM clients implement this trait.