Amazon Cognito · JSON Structure

Cognito Idp Compromised Credentials Actions Type Structure

The compromised credentials actions type.

Type: object Properties: 1 Required: 1
AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

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

Properties

EventAction

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "EventAction": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CompromisedCredentialsEventActionType"
        },
        {
          "description": "The event action."
        }
      ]
    }
  },
  "required": [
    "EventAction"
  ],
  "description": "The compromised credentials actions 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-actions-type-structure.json",
  "name": "CompromisedCredentialsActionsType"
}