interface SnsConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Timestream.Mixins.CfnScheduledQueryPropsMixin.SnsConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awstimestream/mixins#CfnScheduledQueryPropsMixin_SnsConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.timestream.mixins.CfnScheduledQueryPropsMixin.SnsConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_timestream.mixins.CfnScheduledQueryPropsMixin.SnsConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_timestream » mixins » CfnScheduledQueryPropsMixin » SnsConfigurationProperty |
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 { mixins as timestream_mixins } from '@aws-cdk/mixins-preview/aws-timestream';
const snsConfigurationProperty: timestream_mixins.CfnScheduledQueryPropsMixin.SnsConfigurationProperty = {
topicArn: 'topicArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| topic | string | SNS topic ARN that the scheduled query status notifications will be sent to. |
topicArn?
Type:
string
(optional)
SNS topic ARN that the scheduled query status notifications will be sent to.

.NET
Go
Java
Python
TypeScript