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

.NET
Go
Java
Python
TypeScript