@Stability(value=Stable)
public static interface CfnTask.TaskScheduleProperty
extends software.amazon.jsii.JsiiSerializable
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() |
String |
getScheduleExpression()
A cron expression that specifies when AWS DataSync initiates a scheduled transfer from a source to a destination location.
|
@Stability(value=Stable) @NotNull String getScheduleExpression()
@Stability(value=Stable) static CfnTask.TaskScheduleProperty.Builder builder()
Copyright © 2022. All rights reserved.