The compromised credentials actions type.
{ "type": "object", "properties": { "EventAction": { "allOf": [ { "$ref": "#/components/schemas/CompromisedCredentialsEventActionType" }, { "description": "The event action." } ] } }, "required": [ "EventAction" ], "description": "The compromised credentials actions type.", "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-schema/cognito-idp-compromised-credentials-actions-type-schema.json", "title": "CompromisedCredentialsActionsType" }