AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The notify configuration type.

Inheritance Hierarchy

System.Object
  Amazon.CognitoIdentityProvider.Model.NotifyConfigurationType

Namespace: Amazon.CognitoIdentityProvider.Model
Assembly: AWSSDK.CognitoIdentityProvider.dll
Version: 3.x.y.z

Syntax

C#
public class NotifyConfigurationType

The NotifyConfigurationType type exposes the following members

Constructors

NameDescription
Public Method NotifyConfigurationType()

Properties

NameTypeDescription
Public Property BlockEmail Amazon.CognitoIdentityProvider.Model.NotifyEmailType

Gets and sets the property BlockEmail.

Email template used when a detected risk event is blocked.

Public Property From System.String

Gets and sets the property From.

The email address that is sending the email. The address must be either individually verified with Amazon Simple Email Service, or from a domain that has been verified with Amazon SES.

Public Property MfaEmail Amazon.CognitoIdentityProvider.Model.NotifyEmailType

Gets and sets the property MfaEmail.

The multi-factor authentication (MFA) email template used when MFA is challenged as part of a detected risk.

Public Property NoActionEmail Amazon.CognitoIdentityProvider.Model.NotifyEmailType

Gets and sets the property NoActionEmail.

The email template used when a detected risk event is allowed.

Public Property ReplyTo System.String

Gets and sets the property ReplyTo.

The destination to which the receiver of an email should reply to.

Public Property SourceArn System.String

Gets and sets the property SourceArn.

The Amazon Resource Name (ARN) of the identity that is associated with the sending authorization policy. This identity permits Amazon Cognito to send for the email address specified in the From parameter.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5