Policy Details

Specifies the configuration of a lifecycle policy.

BackupEBS SnapshotsLifecycle ManagementStorageAutomationCompliance

Properties

Name Type Description
PolicyType string
ResourceTypes array
TargetTags array
Schedules array
View JSON Schema on GitHub

JSON Schema

policy-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-data-lifecycle-manager/json-schema/policy-details-schema.json",
  "title": "Policy Details",
  "description": "Specifies the configuration of a lifecycle policy.",
  "type": "object",
  "properties": {
    "PolicyType": {
      "type": "string",
      "enum": [
        "EBS_SNAPSHOT_MANAGEMENT",
        "IMAGE_MANAGEMENT",
        "EVENT_BASED_POLICY"
      ]
    },
    "ResourceTypes": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "TargetTags": {
      "type": "array"
    },
    "Schedules": {
      "type": "array"
    }
  }
}