Amazon Cognito · JSON Structure

Cognito Idp Event Risk Type Structure

The event risk type.

Type: object Properties: 3
AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

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

Properties

RiskDecision RiskLevel CompromisedCredentialsDetected

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "RiskDecision": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RiskDecisionType"
        },
        {
          "description": "The risk decision."
        }
      ]
    },
    "RiskLevel": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RiskLevelType"
        },
        {
          "description": "The risk level."
        }
      ]
    },
    "CompromisedCredentialsDetected": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WrappedBooleanType"
        },
        {
          "description": "Indicates whether compromised credentials were detected during an authentication event."
        }
      ]
    }
  },
  "description": "The event risk type.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-structure/cognito-idp-event-risk-type-structure.json",
  "name": "EventRiskType"
}