EmailConfigurationType constructor

EmailConfigurationType({
  1. String? configurationSet,
  2. EmailSendingAccountType? emailSendingAccount,
  3. String? from,
  4. String? replyToEmailAddress,
  5. String? sourceArn,
})

Implementation

EmailConfigurationType({
  this.configurationSet,
  this.emailSendingAccount,
  this.from,
  this.replyToEmailAddress,
  this.sourceArn,
});