aws-cdk-lib.aws_iotanalytics.CfnDataset.ScheduleProperty

interface ScheduleProperty

LanguageType name
.NETAmazon.CDK.AWS.IoTAnalytics.CfnDataset.ScheduleProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotanalytics#CfnDataset_ScheduleProperty
Javasoftware.amazon.awscdk.services.iotanalytics.CfnDataset.ScheduleProperty
Pythonaws_cdk.aws_iotanalytics.CfnDataset.ScheduleProperty
TypeScript aws-cdk-lib » aws_iotanalytics » CfnDataset » ScheduleProperty

The schedule for when to trigger an update.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iotanalytics as iotanalytics } from 'aws-cdk-lib';
const scheduleProperty: iotanalytics.CfnDataset.ScheduleProperty = {
  scheduleExpression: 'scheduleExpression',
};

Properties

NameTypeDescription
scheduleExpressionstringThe expression that defines when to trigger an update.

scheduleExpression

Type: string

The expression that defines when to trigger an update.

For more information, see Schedule Expressions for Rules in the Amazon CloudWatch documentation.