Interface CfnScheduledQuery.SnsConfigurationProperty

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

@Stability(Stable) public static interface CfnScheduledQuery.SnsConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Details on SNS that are required to send the notification.

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.timestream.*;
 SnsConfigurationProperty snsConfigurationProperty = SnsConfigurationProperty.builder()
         .topicArn("topicArn")
         .build();
 

See Also: