Amazon Cognito · Example Payload

User Pools Notify Configuration Type Example

AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

User Pools Notify Configuration Type Example is an example object payload from Amazon Cognito, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

FromReplyToSourceArnBlockEmailNoActionEmailMfaEmail

Example Payload

Raw ↑
{
  "From": "example-string",
  "ReplyTo": "example-string",
  "SourceArn": "arn:aws:cognito-idp:us-east-1:123456789012:userpool/us-east-1_example",
  "BlockEmail": "user@example.com",
  "NoActionEmail": "user@example.com",
  "MfaEmail": "user@example.com"
}