@Stability(value=Stable)
public static interface CfnScheduledQuery.SnsConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnScheduledQuery.SnsConfigurationProperty.Builder
A builder for
CfnScheduledQuery.SnsConfigurationProperty |
static class |
CfnScheduledQuery.SnsConfigurationProperty.Jsii$Proxy
An implementation for
CfnScheduledQuery.SnsConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnScheduledQuery.SnsConfigurationProperty.Builder |
builder() |
String |
getTopicArn()
SNS topic ARN that the scheduled query status notifications will be sent to.
|
@Stability(value=Stable) @NotNull String getTopicArn()
@Stability(value=Stable) static CfnScheduledQuery.SnsConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.