@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.221Z") @Stability(value=Stable) public interface SNSActionConfig extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ses.*;
SNSActionConfig sNSActionConfig = SNSActionConfig.builder()
.encoding("encoding")
.topicArn("topicArn")
.build();
| 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()
The encoding to use for the email within the Amazon SNS notification.
|
default String |
getTopicArn()
The Amazon Resource Name (ARN) of the Amazon SNS topic to notify.
|
@Stability(value=Stable) @Nullable default String getEncoding()
Default: 'UTF-8'
@Stability(value=Stable) @Nullable default String getTopicArn()
Default: - No notification is sent to SNS.
@Stability(value=Stable) static SNSActionConfig.Builder builder()
SNSActionConfig.Builder of SNSActionConfigCopyright © 2022. All rights reserved.