@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.075Z") @Stability(value=Experimental) public interface SnsProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
SnsProps.Builder
A builder for
SnsProps |
static class |
SnsProps.Jsii$Proxy
An implementation for
SnsProps |
| Modifier and Type | Method and Description |
|---|---|
static SnsProps.Builder |
builder() |
default EmailEncoding |
getEncoding()
(experimental) The encoding to use for the email within the Amazon SNS notification.
|
ITopic |
getTopic()
(experimental) The SNS topic to notify.
|
@Stability(value=Experimental) @NotNull ITopic getTopic()
@Stability(value=Experimental) @Nullable default EmailEncoding getEncoding()
Default: UTF-8
@Stability(value=Experimental) static SnsProps.Builder builder()
SnsProps.Builder of SnsPropsCopyright © 2021. All rights reserved.