Amazon Data Lifecycle Manager · JSON Structure

Retain Rule Structure

Specifies retention settings for snapshots.

Type: typedMap Properties: 0
BackupEBS SnapshotsLifecycle ManagementStorageAutomationCompliance

Retain 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/retain-rule-structure.json",
  "title": "Retain Rule",
  "description": "Specifies retention settings for snapshots.",
  "type": "typedMap",
  "fields": {
    "Count": {
      "type": "int",
      "description": "The number of snapshots to retain"
    },
    "Interval": {
      "type": "int",
      "description": "Interval"
    },
    "IntervalUnit": {
      "type": "str",
      "description": "IntervalUnit"
    }
  }
}