@Stability(value=Stable)
public static interface CfnConfigurationSetEventDestination.SnsDestinationProperty
extends software.amazon.jsii.JsiiSerializable
You can use Amazon SNS to send notification when certain email events occur.
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.pinpointemail.*;
SnsDestinationProperty snsDestinationProperty = SnsDestinationProperty.builder()
.topicArn("topicArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConfigurationSetEventDestination.SnsDestinationProperty.Builder
|
static class |
CfnConfigurationSetEventDestination.SnsDestinationProperty.Jsii$Proxy
An implementation for
CfnConfigurationSetEventDestination.SnsDestinationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConfigurationSetEventDestination.SnsDestinationProperty.Builder |
builder() |
String |
getTopicArn()
The Amazon Resource Name (ARN) of the Amazon SNS topic that you want to publish email events to.
|
@Stability(value=Stable) @NotNull String getTopicArn()
For more information about Amazon SNS topics, see the Amazon SNS Developer Guide .
@Stability(value=Stable) static CfnConfigurationSetEventDestination.SnsDestinationProperty.Builder builder()
Copyright © 2022. All rights reserved.