Amazon Cognito · JSON Structure

Cognito Idp Compromised Credentials Risk Configuration Type Structure

The compromised credentials risk configuration type.

Type: object Properties: 2 Required: 1
AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

CompromisedCredentialsRiskConfigurationType is a JSON Structure definition published by Amazon Cognito, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

EventFilter Actions

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "EventFilter": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EventFiltersType"
        },
        {
          "description": "Perform the action for these events. The default is to perform all events if no event filter is specified."
        }
      ]
    },
    "Actions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CompromisedCredentialsActionsType"
        },
        {
          "description": "The compromised credentials risk configuration actions."
        }
      ]
    }
  },
  "required": [
    "Actions"
  ],
  "description": "The compromised credentials risk configuration 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-compromised-credentials-risk-configuration-type-structure.json",
  "name": "CompromisedCredentialsRiskConfigurationType"
}