Interface CfnTaskPropsMixin.TaskScheduleProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnTaskPropsMixin.TaskScheduleProperty.Jsii$Proxy
Enclosing class:
CfnTaskPropsMixin

@Stability(Stable) public static interface CfnTaskPropsMixin.TaskScheduleProperty extends software.amazon.jsii.JsiiSerializable
Configures your AWS DataSync task to run on a schedule (at a minimum interval of 1 hour).

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.datasync.*;
 TaskScheduleProperty taskScheduleProperty = TaskScheduleProperty.builder()
         .scheduleExpression("scheduleExpression")
         .status("status")
         .build();
 

See Also: