Show / Hide Table of Contents

Class CfnTask.TaskScheduleProperty

Specifies the schedule you want your task to use for repeated executions.

Inheritance
System.Object
CfnTask.TaskScheduleProperty
Implements
CfnTask.ITaskScheduleProperty
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 .

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-task-taskschedule.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.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

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-task-taskschedule.html#cfn-datasync-task-taskschedule-scheduleexpression

Implements

CfnTask.ITaskScheduleProperty
Back to top Generated by DocFX