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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setConfigurationSetName
(String configurationSetName) void
setFromArn
(String fromArn) void
setSourceArn
(String sourceArn) Methods inherited from class io.awspring.cloud.autoconfigure.AwsClientProperties
getEndpoint, getRegion, setEndpoint, setRegion
-
Field Details
-
PREFIX
The prefix used for AWS credentials related properties.- See Also:
-
-
Constructor Details
-
SesProperties
public SesProperties()
-
-
Method Details
-
getSourceArn
-
getConfigurationSetName
-
getFromArn
-
setSourceArn
-
setConfigurationSetName
-
setFromArn
-