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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnConfigurationSet.SnsDestinationProperty
static final class
An implementation forCfnConfigurationSet.SnsDestinationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The Amazon Resource Name (ARN) of the Amazon SNS topic that you want to publish events to.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 events to.- See Also:
-
builder
-