Class CfnTask.TaskScheduleProperty
Specifies the schedule you want your task to use for repeated executions.
Inheritance
System.Object
CfnTask.TaskScheduleProperty
Implements
Namespace: Amazon.CDK.AWS.DataSync
Assembly: Amazon.CDK.AWS.DataSync.dll
Syntax (csharp)
public class TaskScheduleProperty : Object, CfnTask.ITaskScheduleProperty
Syntax (vb)
Public Class TaskScheduleProperty
Inherits Object
Implements CfnTask.ITaskScheduleProperty
Remarks
For more information, see Schedule Expressions for Rules .
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.DataSync;
TaskScheduleProperty taskScheduleProperty = new TaskScheduleProperty {
ScheduleExpression = "scheduleExpression"
};
Synopsis
Constructors
TaskScheduleProperty() |
Properties
ScheduleExpression | A cron expression that specifies when AWS DataSync initiates a scheduled transfer from a source to a destination location. |
Constructors
TaskScheduleProperty()
public TaskScheduleProperty()
Properties
ScheduleExpression
A cron expression that specifies when AWS DataSync initiates a scheduled transfer from a source to a destination location.
public string ScheduleExpression { get; set; }
Property Value
System.String