Interface CfnScheduledQueryPropsMixin.SnsConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnScheduledQueryPropsMixin.SnsConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnScheduledQueryPropsMixin
@Stability(Stable)
public static interface CfnScheduledQueryPropsMixin.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.cfnpropertymixins.services.timestream.*;
SnsConfigurationProperty snsConfigurationProperty = SnsConfigurationProperty.builder()
.topicArn("topicArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnScheduledQueryPropsMixin.SnsConfigurationPropertystatic final classAn implementation forCfnScheduledQueryPropsMixin.SnsConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTopicArn
SNS topic ARN that the scheduled query status notifications will be sent to.- See Also:
-
builder
-