Amazon Data Lifecycle Manager · JSON Structure

Create Lifecycle Policy Response Structure

Response after creating a lifecycle policy.

Type: typedMap Properties: 0
BackupEBS SnapshotsLifecycle ManagementStorageAutomationCompliance

Create Lifecycle Policy Response 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-lifecycle-policy-response-structure.json",
  "title": "Create Lifecycle Policy Response",
  "description": "Response after creating a lifecycle policy.",
  "type": "typedMap",
  "fields": {
    "PolicyId": {
      "type": "str",
      "description": "PolicyId"
    }
  }
}