public static interface CfnTask.TaskScheduleProperty
For more information, see Schedule Expressions for Rules .
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.datasync.*; TaskScheduleProperty taskScheduleProperty = TaskScheduleProperty.builder() .scheduleExpression("scheduleExpression") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnTask.TaskScheduleProperty.Builder
A builder for
CfnTask.TaskScheduleProperty |
static class |
CfnTask.TaskScheduleProperty.Jsii$Proxy
An implementation for
CfnTask.TaskScheduleProperty |
Modifier and Type | Method and Description |
---|---|
static CfnTask.TaskScheduleProperty.Builder |
builder() |
java.lang.String |
getScheduleExpression()
A cron expression that specifies when AWS DataSync initiates a scheduled transfer from a source to a destination location.
|
java.lang.String getScheduleExpression()
static CfnTask.TaskScheduleProperty.Builder builder()