Amazon Cognito · Schema

GetLogDeliveryConfigurationResponse

GetLogDeliveryConfigurationResponse schema from Amazon Cognito API

AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

Properties

Name Type Description
LogDeliveryConfiguration object
View JSON Schema on GitHub

JSON Schema

user-pools-get-log-delivery-configuration-response-schema.json Raw ↑
{
  "$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-response-schema.json",
  "title": "GetLogDeliveryConfigurationResponse",
  "description": "GetLogDeliveryConfigurationResponse schema from Amazon Cognito API",
  "type": "object",
  "properties": {
    "LogDeliveryConfiguration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LogDeliveryConfigurationType"
        },
        {
          "description": "The detailed activity logging configuration of the requested user pool."
        }
      ]
    }
  }
}