@Stability(value=Stable)
public static interface CfnScheduledQuery.NotificationConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
A notification is sent by Timestream when a scheduled query is created, its state is updated or when it is deleted.
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.*;
NotificationConfigurationProperty notificationConfigurationProperty = NotificationConfigurationProperty.builder()
.snsConfiguration(SnsConfigurationProperty.builder()
.topicArn("topicArn")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnScheduledQuery.NotificationConfigurationProperty.Builder
A builder for
CfnScheduledQuery.NotificationConfigurationProperty |
static class |
CfnScheduledQuery.NotificationConfigurationProperty.Jsii$Proxy
An implementation for
CfnScheduledQuery.NotificationConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnScheduledQuery.NotificationConfigurationProperty.Builder |
builder() |
Object |
getSnsConfiguration()
Details on SNS configuration.
|
@Stability(value=Stable) @NotNull Object getSnsConfiguration()
@Stability(value=Stable) static CfnScheduledQuery.NotificationConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.