Class CfnDataset.ScheduleProperty
The schedule for when to trigger an update.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.IoTAnalytics
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ScheduleProperty : Object, CfnDataset.IScheduleProperty
Syntax (vb)
Public Class ScheduleProperty
Inherits Object
Implements CfnDataset.IScheduleProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IoTAnalytics;
var scheduleProperty = new ScheduleProperty {
ScheduleExpression = "scheduleExpression"
};
Synopsis
Constructors
Schedule |
Properties
Schedule |
The expression that defines when to trigger an update. |
Constructors
ScheduleProperty()
public ScheduleProperty()
Properties
ScheduleExpression
The expression that defines when to trigger an update.
public string ScheduleExpression { get; set; }
Property Value
System.
Remarks
For more information, see Schedule Expressions for Rules in the Amazon CloudWatch documentation.