@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.072Z") @Stability(value=Experimental) public interface SNSActionConfig extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
SNSActionConfig.Builder
A builder for
SNSActionConfig |
static class |
SNSActionConfig.Jsii$Proxy
An implementation for
SNSActionConfig |
| Modifier and Type | Method and Description |
|---|---|
static SNSActionConfig.Builder |
builder() |
default String |
getEncoding()
(experimental) The encoding to use for the email within the Amazon SNS notification.
|
default String |
getTopicArn()
(experimental) The Amazon Resource Name (ARN) of the Amazon SNS topic to notify.
|
@Stability(value=Experimental) @Nullable default String getEncoding()
Default: 'UTF-8'
@Stability(value=Experimental) @Nullable default String getTopicArn()
Default: - No notification is sent to SNS.
@Stability(value=Experimental) static SNSActionConfig.Builder builder()
SNSActionConfig.Builder of SNSActionConfigCopyright © 2021. All rights reserved.