aws-cdk-lib.aws_timestream.CfnScheduledQuery.SnsConfigurationProperty

interface SnsConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.Timestream.CfnScheduledQuery.SnsConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awstimestream#CfnScheduledQuery_SnsConfigurationProperty
Javasoftware.amazon.awscdk.services.timestream.CfnScheduledQuery.SnsConfigurationProperty
Pythonaws_cdk.aws_timestream.CfnScheduledQuery.SnsConfigurationProperty
TypeScript aws-cdk-lib » aws_timestream » CfnScheduledQuery » 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-lib';
const snsConfigurationProperty: timestream.CfnScheduledQuery.SnsConfigurationProperty = {
  topicArn: 'topicArn',
};

Properties

NameTypeDescription
topicArnstringSNS topic ARN that the scheduled query status notifications will be sent to.

topicArn

Type: string

SNS topic ARN that the scheduled query status notifications will be sent to.