aws-cdk-lib.aws_timestream.CfnScheduledQuery.NotificationConfigurationProperty

interface NotificationConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.Timestream.CfnScheduledQuery.NotificationConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awstimestream#CfnScheduledQuery_NotificationConfigurationProperty
Javasoftware.amazon.awscdk.services.timestream.CfnScheduledQuery.NotificationConfigurationProperty
Pythonaws_cdk.aws_timestream.CfnScheduledQuery.NotificationConfigurationProperty
TypeScript aws-cdk-lib » aws_timestream » CfnScheduledQuery » NotificationConfigurationProperty

Notification configuration for a scheduled query.

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 { aws_timestream as timestream } from 'aws-cdk-lib';
const notificationConfigurationProperty: timestream.CfnScheduledQuery.NotificationConfigurationProperty = {
  snsConfiguration: {
    topicArn: 'topicArn',
  },
};

Properties

NameTypeDescription
snsConfigurationIResolvable | SnsConfigurationPropertyDetails on SNS configuration.

snsConfiguration

Type: IResolvable | SnsConfigurationProperty

Details on SNS configuration.