public static interface CfnConfigurationSetEventDestination.SnsDestinationProperty
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() |
java.lang.String |
getTopicArn()
The Amazon Resource Name (ARN) of the Amazon SNS topic that you want to publish email events to.
|
java.lang.String getTopicArn()
For more information about Amazon SNS topics, see the Amazon SNS Developer Guide .