PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::CognitoIdp::EmailConfigurationType; use Moose; has ConfigurationSet => (is => 'ro', isa => 'Str'); has EmailSendingAccount => (is => 'ro', isa => 'Str'); has From => (is => 'ro', isa => 'Str'); has ReplyToEmailAddress => (is => 'ro', isa => 'Str'); has SourceArn => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::CognitoIdp::EmailConfigurationType =head1 USAGE This class represents one of two things: =head3 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::EmailConfigurationType object: $service_obj->Method(Att1 => { ConfigurationSet => $value, ..., SourceArn => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::CognitoIdp::EmailConfigurationType object: $result = $service_obj->Method(...); $result->Att1->ConfigurationSet =head1 DESCRIPTION The email configuration type. Amazon Cognito has specific regions for use with Amazon SES. For more information on the supported regions, see Email Settings for Amazon Cognito User Pools (https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-email.html). =head1 ATTRIBUTES =head2 ConfigurationSet => Str The set of configuration rules that can be applied to emails sent using Amazon SES. A configuration set is applied to an email by including a reference to the configuration set in the headers of the email. Once applied, all of the rules in that configuration set are applied to the email. Configuration sets can be used to apply the following types of rules to emails: =over =item * Event publishing E Amazon SES can track the number of send, delivery, open, click, bounce, and complaint events for each email sent. Use event publishing to send information about these events to other AWS services such as SNS and CloudWatch. =item * IP pool management E When leasing dedicated IP addresses with Amazon SES, you can create groups of IP addresses, called dedicated IP pools. You can then associate the dedicated IP pools with configuration sets. =back =head2 EmailSendingAccount => Str Specifies whether Amazon Cognito emails your users by using its built-in email functionality or your Amazon SES email configuration. Specify one of the following values: =over =item COGNITO_DEFAULT When Amazon Cognito emails your users, it uses its built-in email functionality. When you use the default option, Amazon Cognito allows only a limited number of emails each day for your user pool. For typical production environments, the default email limit is below the required delivery volume. To achieve a higher delivery volume, specify DEVELOPER to use your Amazon SES email configuration. To look up the email delivery limit for the default option, see Limits in Amazon Cognito (https://docs.aws.amazon.com/cognito/latest/developerguide/limits.html) in the I. The default FROM address is no-reply@verificationemail.com. To customize the FROM address, provide the ARN of an Amazon SES verified email address for the C parameter. If EmailSendingAccount is COGNITO_DEFAULT, the following parameters aren't allowed: =over =item * EmailVerificationMessage =item * EmailVerificationSubject =item * InviteMessageTemplate.EmailMessage =item * InviteMessageTemplate.EmailSubject =item * VerificationMessageTemplate.EmailMessage =item * VerificationMessageTemplate.EmailMessageByLink =item * VerificationMessageTemplate.EmailSubject, =item * VerificationMessageTemplate.EmailSubjectByLink =back DEVELOPER EmailSendingAccount is required. =item DEVELOPER When Amazon Cognito emails your users, it uses your Amazon SES configuration. Amazon Cognito calls Amazon SES on your behalf to send email from your verified email address. When you use this option, the email delivery limits are the same limits that apply to your Amazon SES verified email address in your AWS account. If you use this option, you must provide the ARN of an Amazon SES verified email address for the C parameter. Before Amazon Cognito can email your users, it requires additional permissions to call Amazon SES on your behalf. When you update your user pool with this option, Amazon Cognito creates a I, which is a type of IAM role, in your AWS account. This role contains the permissions that allow Amazon Cognito to access Amazon SES and send email messages with your address. For more information about the service-linked role that Amazon Cognito creates, see Using Service-Linked Roles for Amazon Cognito (https://docs.aws.amazon.com/cognito/latest/developerguide/using-service-linked-roles.html) in the I. =back =head2 From => Str Identifies either the senderEs email address or the senderEs name with their email address. For example, C or Ctestuser@example.comE>. This address will appear before the body of the email. =head2 ReplyToEmailAddress => Str The destination to which the receiver of the email should reply to. =head2 SourceArn => Str The Amazon Resource Name (ARN) of a verified email address in Amazon SES. This email address is used in one of the following ways, depending on the value that you specify for the C parameter: =over =item * If you specify C, Amazon Cognito uses this address as the custom FROM address when it emails your users by using its built-in email account. =item * If you specify C, Amazon Cognito emails your users with this address by calling Amazon SES on your behalf. =back =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut