Amazon Data Lifecycle Manager · Example Payload

Create Lifecycle Policy Request Example

BackupEBS SnapshotsLifecycle ManagementStorageAutomationCompliance

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

Top-level fields

DescriptionStateExecutionRoleArnPolicyDetails

Example Payload

Raw ↑
{
  "Description": "Daily EBS snapshot policy",
  "State": "ENABLED",
  "ExecutionRoleArn": "arn:aws:iam::123456789012:role/AWSDataLifecycleManagerDefaultRole",
  "PolicyDetails": {
    "PolicyType": "EBS_SNAPSHOT_MANAGEMENT",
    "ResourceTypes": [
      "VOLUME"
    ]
  }
}