![]() |
![]()
| ![]() |
![]()
NAMEPaws::CognitoIdp::NotifyConfigurationType USAGEThis 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 DESCRIPTIONThe notify configuration type. ATTRIBUTESBlockEmail => Paws::CognitoIdp::NotifyEmailTypeEmail template used when a detected risk event is blocked. From => StrThe 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::NotifyEmailTypeThe MFA email template used when MFA is challenged as part of a detected risk. NoActionEmail => Paws::CognitoIdp::NotifyEmailTypeThe email template used when a detected risk event is allowed. ReplyTo => StrThe destination to which the receiver of an email should reply to. REQUIRED SourceArn => StrThe 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 ALSOThis class forms part of Paws, describing an object used in Paws::CognitoIdp BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|