| Package | Description |
|---|---|
| software.amazon.awscdk.services.datasync |
AWS::DataSync Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnTask.Builder |
CfnTask.Builder.cloudWatchLogGroupArn(String cloudWatchLogGroupArn)
The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that is used to monitor and log events in the task.
|
static CfnTask.Builder |
CfnTask.Builder.create(software.constructs.Construct scope,
String id) |
CfnTask.Builder |
CfnTask.Builder.destinationLocationArn(String destinationLocationArn)
The Amazon Resource Name (ARN) of an AWS storage resource's location.
|
CfnTask.Builder |
CfnTask.Builder.excludes(IResolvable excludes)
A list of filter rules that determines which files to exclude from a task.
|
CfnTask.Builder |
CfnTask.Builder.excludes(List<? extends Object> excludes)
A list of filter rules that determines which files to exclude from a task.
|
CfnTask.Builder |
CfnTask.Builder.includes(IResolvable includes)
A list of filter rules that determines which files to include when running a task.
|
CfnTask.Builder |
CfnTask.Builder.includes(List<? extends Object> includes)
A list of filter rules that determines which files to include when running a task.
|
CfnTask.Builder |
CfnTask.Builder.name(String name)
The name of a task.
|
CfnTask.Builder |
CfnTask.Builder.options(CfnTask.OptionsProperty options)
The set of configuration options that control the behavior of a single execution of the task that occurs when you call `StartTaskExecution` .
|
CfnTask.Builder |
CfnTask.Builder.options(IResolvable options)
The set of configuration options that control the behavior of a single execution of the task that occurs when you call `StartTaskExecution` .
|
CfnTask.Builder |
CfnTask.Builder.schedule(CfnTask.TaskScheduleProperty schedule)
Specifies a schedule used to periodically transfer files from a source to a destination location.
|
CfnTask.Builder |
CfnTask.Builder.schedule(IResolvable schedule)
Specifies a schedule used to periodically transfer files from a source to a destination location.
|
CfnTask.Builder |
CfnTask.Builder.sourceLocationArn(String sourceLocationArn)
The Amazon Resource Name (ARN) of the source location for the task.
|
CfnTask.Builder |
CfnTask.Builder.tags(List<? extends CfnTag> tags)
The key-value pair that represents the tag that you want to add to the resource.
|
Copyright © 2022. All rights reserved.