options property

Input<TaskOptions?>? options
final

Configuration block containing option that controls the default behavior when you start an execution of this DataSync Task. For each individual task execution, you can override these options by specifying an overriding configuration in those executions.

Implementation

final pulumi.Input<TaskOptions?>? options;