{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-schema/user-pools-get-log-delivery-configuration-request-schema.json", "title": "GetLogDeliveryConfigurationRequest", "description": "GetLogDeliveryConfigurationRequest schema from Amazon Cognito API", "type": "object", "properties": { "UserPoolId": { "allOf": [ { "$ref": "#/components/schemas/UserPoolIdType" }, { "description": "The ID of the user pool where you want to view detailed activity logging configuration." } ] } }, "required": [ "UserPoolId" ] }