Interface CfnConfigurationSetEventDestinationPropsMixin.SnsDestinationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConfigurationSetEventDestinationPropsMixin.SnsDestinationProperty.Jsii$Proxy
- Enclosing class:
CfnConfigurationSetEventDestinationPropsMixin
@Stability(Stable)
public static interface CfnConfigurationSetEventDestinationPropsMixin.SnsDestinationProperty
extends software.amazon.jsii.JsiiSerializable
An object that defines an Amazon SNS destination for email events.
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.cfnpropertymixins.services.pinpointemail.*;
SnsDestinationProperty snsDestinationProperty = SnsDestinationProperty.builder()
.topicArn("topicArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnConfigurationSetEventDestinationPropsMixin.SnsDestinationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTopicArn
The Amazon Resource Name (ARN) of the Amazon SNS topic that you want to publish email events to.For more information about Amazon SNS topics, see the Amazon SNS Developer Guide .
- See Also:
-
builder
@Stability(Stable) static CfnConfigurationSetEventDestinationPropsMixin.SnsDestinationProperty.Builder builder()
-