Class SesProperties

java.lang.Object
io.awspring.cloud.autoconfigure.AwsClientProperties
io.awspring.cloud.autoconfigure.ses.SesProperties

@ConfigurationProperties(prefix="spring.cloud.aws.ses") public class SesProperties extends AwsClientProperties
Properties related to AWS Simple Email Service.
Author:
EddĂș MelĂ©ndez, Arun Patra
  • Field Details

  • Constructor Details

    • SesProperties

      public SesProperties()
  • Method Details

    • getSourceArn

      public @Nullable String getSourceArn()
    • getConfigurationSetName

      public @Nullable String getConfigurationSetName()
    • getFromArn

      public @Nullable String getFromArn()
    • setSourceArn

      public void setSourceArn(@Nullable String sourceArn)
    • setConfigurationSetName

      public void setConfigurationSetName(@Nullable String configurationSetName)
    • setFromArn

      public void setFromArn(@Nullable String fromArn)