@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.074Z") @Stability(value=Experimental) public interface BounceProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
BounceProps.Builder
A builder for
BounceProps |
static class |
BounceProps.Jsii$Proxy
An implementation for
BounceProps |
| Modifier and Type | Method and Description |
|---|---|
static BounceProps.Builder |
builder() |
String |
getSender()
(experimental) The email address of the sender of the bounced email.
|
BounceTemplate |
getTemplate()
(experimental) The template containing the message, reply code and status code.
|
default ITopic |
getTopic()
(experimental) The SNS topic to notify when the bounce action is taken.
|
@Stability(value=Experimental) @NotNull String getSender()
This is the address from which the bounce message will be sent.
@Stability(value=Experimental) @NotNull BounceTemplate getTemplate()
@Stability(value=Experimental) @Nullable default ITopic getTopic()
Default: no notification
@Stability(value=Experimental) static BounceProps.Builder builder()
BounceProps.Builder of BouncePropsCopyright © 2021. All rights reserved.