NotifyConfigurationType class

The notify configuration type.

Constructors

NotifyConfigurationType({required String sourceArn, NotifyEmailType? blockEmail, String? from, NotifyEmailType? mfaEmail, NotifyEmailType? noActionEmail, String? replyTo})
NotifyConfigurationType.fromJson(Map<String, dynamic> json)
factory

Properties

blockEmail NotifyEmailType?
Email template used when a detected risk event is blocked.
final
from String?
The email address that is sending the email. It must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.
final
hashCode int
The hash code for this object.
no setterinherited
mfaEmail NotifyEmailType?
The MFA email template used when MFA is challenged as part of a detected risk.
final
noActionEmail NotifyEmailType?
The email template used when a detected risk event is allowed.
final
replyTo String?
The destination to which the receiver of an email should reply to.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceArn String
The Amazon Resource Name (ARN) of the identity that is associated with the sending authorization policy. It permits Amazon Cognito to send for the email address specified in the From parameter.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited