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