NAME
Paws::CognitoIdp::NotifyConfigurationType
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::CognitoIdp::NotifyConfigurationType object:
$service_obj->Method(Att1 => { BlockEmail => $value, ..., SourceArn => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::CognitoIdp::NotifyConfigurationType object:
$result = $service_obj->Method(...);
$result->Att1->BlockEmail
DESCRIPTION
The notify configuration type.
ATTRIBUTES
BlockEmail => Paws::CognitoIdp::NotifyEmailType
Email template used when a detected risk event is blocked.
From => Str
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.
MfaEmail => Paws::CognitoIdp::NotifyEmailType
The MFA email template used when MFA is challenged as part of a detected risk.
NoActionEmail => Paws::CognitoIdp::NotifyEmailType
The email template used when a detected risk event is allowed.
ReplyTo => Str
The destination to which the receiver of an email should reply to.
REQUIRED SourceArn => Str
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.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::CognitoIdp
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues