Interface CfnConfigurationSet.SnsDestinationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnConfigurationSet.SnsDestinationProperty.Jsii$Proxy
Enclosing class:
CfnConfigurationSet

@Stability(Stable) public static interface CfnConfigurationSet.SnsDestinationProperty extends software.amazon.jsii.JsiiSerializable
An object that defines an Amazon SNS destination for events.

You can use Amazon SNS to send notification when certain 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.smsvoice.*;
 SnsDestinationProperty snsDestinationProperty = SnsDestinationProperty.builder()
         .topicArn("topicArn")
         .build();
 

See Also: