Amazon Data Lifecycle Manager · JSON Structure

Create Rule Structure

Specifies when and how to create snapshots.

Type: typedMap Properties: 0
BackupEBS SnapshotsLifecycle ManagementStorageAutomationCompliance

Create Rule Structure is a JSON Structure definition published by Amazon Data Lifecycle Manager. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/amazon-data-lifecycle-manager/json-structure/create-rule-structure.json",
  "title": "Create Rule",
  "description": "Specifies when and how to create snapshots.",
  "type": "typedMap",
  "fields": {
    "Interval": {
      "type": "int",
      "description": "The interval between snapshots"
    },
    "IntervalUnit": {
      "type": "str",
      "description": "IntervalUnit"
    },
    "Times": {
      "type": "list",
      "description": "Times"
    },
    "CronExpression": {
      "type": "str",
      "description": "CronExpression"
    }
  }
}