{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://api-evangelist.github.io/amazon-data-lifecycle-manager/json-structure/create-lifecycle-policy-request-structure.json", "title": "Create Lifecycle Policy Request", "description": "Request body for creating a new lifecycle policy.", "type": "typedMap", "fields": { "Description": { "type": "str", "description": "Description" }, "State": { "type": "str", "description": "State" }, "ExecutionRoleArn": { "type": "str", "description": "ExecutionRoleArn" }, "PolicyDetails": { "type": "map", "description": "PolicyDetails" }, "Tags": { "type": "map", "description": "Tags" } } }