Amazon Data Lifecycle Manager · Example Payload

Schedule Example

BackupEBS SnapshotsLifecycle ManagementStorageAutomationCompliance

Schedule 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

NameCreateRuleRetainRuleCopyTags

Example Payload

Raw ↑
{
  "Name": "Daily Snapshots",
  "CreateRule": {
    "Interval": 24,
    "IntervalUnit": "HOURS"
  },
  "RetainRule": {
    "Count": 7
  },
  "CopyTags": true
}