Amazon Cognito · JSON Structure

User Pools Cloud Watch Logs Configuration Type Structure

The CloudWatch logging destination of a user pool detailed activity logging configuration.

Type: object Properties: 1
AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

CloudWatchLogsConfigurationType is a JSON Structure definition published by Amazon Cognito, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

LogGroupArn

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-structure/user-pools-cloud-watch-logs-configuration-type-structure.json",
  "name": "CloudWatchLogsConfigurationType",
  "description": "The CloudWatch logging destination of a user pool detailed activity logging configuration.",
  "type": "object",
  "properties": {
    "LogGroupArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ArnType"
        },
        {
          "description": "The Amazon Resource Name (arn) of a CloudWatch Logs log group where your user pool sends logs. The log group must not be encrypted with Key Management Service and must be in the same Amazon Web Services account as your user pool."
        }
      ]
    }
  }
}