Task Args
data class TaskArgs(val cloudWatchLogGroupArn: Output<String>? = null, val destinationLocationArn: Output<String>? = null, val excludes: Output<List<TaskFilterRuleArgs>>? = null, val includes: Output<List<TaskFilterRuleArgs>>? = null, val name: Output<String>? = null, val options: Output<TaskOptionsArgs>? = null, val schedule: Output<TaskScheduleArgs>? = null, val sourceLocationArn: Output<String>? = null, val tags: Output<List<TaskTagArgs>>? = null, val taskReportConfig: Output<TaskReportConfigArgs>? = null) : ConvertibleToJava<TaskArgs>
Resource schema for AWS::DataSync::Task.
Example Usage
Example
No Java example available.
Example
No Java example available.
Constructors
Link copied to clipboard
fun TaskArgs(cloudWatchLogGroupArn: Output<String>? = null, destinationLocationArn: Output<String>? = null, excludes: Output<List<TaskFilterRuleArgs>>? = null, includes: Output<List<TaskFilterRuleArgs>>? = null, name: Output<String>? = null, options: Output<TaskOptionsArgs>? = null, schedule: Output<TaskScheduleArgs>? = null, sourceLocationArn: Output<String>? = null, tags: Output<List<TaskTagArgs>>? = null, taskReportConfig: Output<TaskReportConfigArgs>? = null)