Show / Hide Table of Contents

Class CfnDataset.ScheduleProperty

The schedule for when to trigger an update.

Inheritance
object
CfnDataset.ScheduleProperty
Implements
CfnDataset.IScheduleProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.IoTAnalytics
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDataset.ScheduleProperty : CfnDataset.IScheduleProperty
Syntax (vb)
Public Class CfnDataset.ScheduleProperty Implements CfnDataset.IScheduleProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-schedule.html

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

ScheduleProperty()

The schedule for when to trigger an update.

Properties

ScheduleExpression

The expression that defines when to trigger an update.

Constructors

ScheduleProperty()

The schedule for when to trigger an update.

public ScheduleProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-schedule.html

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"
             };

Properties

ScheduleExpression

The expression that defines when to trigger an update.

public string ScheduleExpression { get; set; }
Property Value

string

Remarks

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-schedule.html#cfn-iotanalytics-dataset-schedule-scheduleexpression

Implements

CfnDataset.IScheduleProperty
Back to top Generated by DocFX