Amazon Data Lifecycle Manager · JSON Structure

Lifecycle Policy Structure

A complete lifecycle policy definition for automating EBS snapshot or AMI management.

Type: typedMap Properties: 0
BackupEBS SnapshotsLifecycle ManagementStorageAutomationCompliance

Lifecycle Policy 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/lifecycle-policy-structure.json",
  "title": "Lifecycle Policy",
  "description": "A complete lifecycle policy definition for automating EBS snapshot or AMI management.",
  "type": "typedMap",
  "fields": {
    "PolicyId": {
      "type": "str",
      "description": "The identifier of the lifecycle policy"
    },
    "Description": {
      "type": "str",
      "description": "Description"
    },
    "State": {
      "type": "str",
      "description": "State"
    },
    "ExecutionRoleArn": {
      "type": "str",
      "description": "The ARN of the IAM role used by DLM"
    },
    "DateCreated": {
      "type": "str",
      "description": "DateCreated"
    },
    "DateModified": {
      "type": "str",
      "description": "DateModified"
    },
    "PolicyDetails": {
      "type": "map",
      "description": "PolicyDetails"
    }
  }
}