Schedule

Specifies the schedule for creating snapshots.

BackupEBS SnapshotsLifecycle ManagementStorageAutomationCompliance

Properties

Name Type Description
Name string The name of the schedule
CreateRule object
RetainRule object
TagsToAdd array
CopyTags boolean
View JSON Schema on GitHub

JSON Schema

schedule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-data-lifecycle-manager/json-schema/schedule-schema.json",
  "title": "Schedule",
  "description": "Specifies the schedule for creating snapshots.",
  "type": "object",
  "properties": {
    "Name": {
      "type": "string",
      "description": "The name of the schedule"
    },
    "CreateRule": {
      "type": "object"
    },
    "RetainRule": {
      "type": "object"
    },
    "TagsToAdd": {
      "type": "array"
    },
    "CopyTags": {
      "type": "boolean"
    }
  }
}