Builder
Properties
The name of the configuration set to use when sending the email.
An object that contains the body of the message. You can send either a Simple message Raw message or a template Message.
An object that contains the recipients of the email message.
A list of tags, in the form of name/value pairs, to apply to an email that you send using the SendEmail
operation. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.
The address that you want bounce and complaint notifications to be sent to.
This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the FeedbackForwardingEmailAddress
parameter.
The email address to use as the "From" address for the email. The address that you specify has to be verified.
This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the FromEmailAddress
parameter.
An object used to specify a list or topic to which an email belongs, which will be used when a contact chooses to unsubscribe.
The "Reply-to" email addresses for the message. When the recipient replies to the message, each Reply-to address receives the reply.
Functions
construct an aws.sdk.kotlin.services.sesv2.model.EmailContent inside the given block
construct an aws.sdk.kotlin.services.sesv2.model.Destination inside the given block
construct an aws.sdk.kotlin.services.sesv2.model.ListManagementOptions inside the given block