Amazon Data Lifecycle Manager · Example Payload

Lifecycle Policy Example

BackupEBS SnapshotsLifecycle ManagementStorageAutomationCompliance

Lifecycle Policy Example is an example object payload from Amazon Data Lifecycle Manager, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

PolicyIdDescriptionStateExecutionRoleArnDateCreated

Example Payload

Raw ↑
{
  "PolicyId": "policy-0abc123def456",
  "Description": "Daily EBS snapshot policy for production",
  "State": "ENABLED",
  "ExecutionRoleArn": "arn:aws:iam::123456789012:role/AWSDataLifecycleManagerDefaultRole",
  "DateCreated": "2024-01-15T10:00:00Z"
}