Get Lifecycle Policy Response

Response containing the details of a lifecycle policy.

BackupEBS SnapshotsLifecycle ManagementStorageAutomationCompliance

Properties

Name Type Description
Policy object
View JSON Schema on GitHub

JSON Schema

get-lifecycle-policy-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-data-lifecycle-manager/json-schema/get-lifecycle-policy-response-schema.json",
  "title": "Get Lifecycle Policy Response",
  "description": "Response containing the details of a lifecycle policy.",
  "type": "object",
  "properties": {
    "Policy": {
      "type": "object"
    }
  }
}