aws-cdk-lib.aws_timestream.CfnScheduledQuery.ScheduleConfigurationProperty

interface ScheduleConfigurationProperty

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

Configuration of the schedule of the query.

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 scheduleConfigurationProperty: timestream.CfnScheduledQuery.ScheduleConfigurationProperty = {
  scheduleExpression: 'scheduleExpression',
};

Properties

NameTypeDescription
scheduleExpressionstringAn expression that denotes when to trigger the scheduled query run.

scheduleExpression

Type: string

An expression that denotes when to trigger the scheduled query run.

This can be a cron expression or a rate expression.