{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-structure/user-pools-get-log-delivery-configuration-request-structure.json", "name": "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" ] }