String taskExecutionArn
The Amazon Resource Name (ARN) of the task execution to cancel.
String activationKey
Your agent activation key. You can get the activation key either by sending an HTTP GET request with redirects that enable you to get the agent IP address (port 80). Alternatively, you can get it from the AWS DataSync console.
The redirect URL returned in the response provides you the activation key for your agent in the query string
parameter activationKey. It might also include other activation-related parameters; however, these
are merely defaults. The arguments you pass to this API call determine the actual configuration of your agent.
For more information, see Activating an Agent in the AWS DataSync User Guide.
String agentName
The name you configured for your agent. This value is a text reference that is used to identify the agent in the console.
List<E> tags
The key-value pair that represents the tag that you want to associate with the agent. The value can be an empty string. This value helps you manage, filter, and search for your agents.
Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . _ : / @.
String vpcEndpointId
The ID of the VPC (Virtual Private Cloud) endpoint that the agent has access to. This is the client-side VPC endpoint, also called a PrivateLink. If you don't have a PrivateLink VPC endpoint, see Creating a VPC Endpoint Service Configuration in the AWS VPC User Guide.
VPC endpoint ID looks like this: vpce-01234d5aff67890e1.
List<E> subnetArns
The Amazon Resource Names (ARNs) of the subnets in which DataSync will create elastic network interfaces for each data transfer task. The agent that runs a task must be private. When you start a task that is associated with an agent created in a VPC, or one that has access to an IP address in a VPC, then the task is also private. In this case, DataSync creates four network interfaces for each task in your subnet. For a data transfer to work, the agent must be able to route to all these four network interfaces.
List<E> securityGroupArns
The ARNs of the security groups used to protect your data transfer task subnets. See CreateAgentRequest$SubnetArns.
String agentArn
The Amazon Resource Name (ARN) of the agent. Use the ListAgents operation to return a list of agents
for your account and AWS Region.
String subdirectory
A subdirectory in the location’s path. This subdirectory in the EFS file system is used to read data from the EFS source location or write data to the EFS destination. By default, AWS DataSync uses the root directory.
Subdirectory must be specified with forward slashes. For example /path/to/folder.
String efsFilesystemArn
The Amazon Resource Name (ARN) for the Amazon EFS file system.
Ec2Config ec2Config
The subnet and security group that the Amazon EFS file system uses. The security group that you provide needs to be able to communicate with the security group on the mount target in the subnet specified.
The exact relationship between security group M (of the mount target) and security group S (which you provide for DataSync to use at this stage) is as follows:
Security group M (which you associate with the mount target) must allow inbound access for the Transmission Control Protocol (TCP) on the NFS port (2049) from security group S. You can enable inbound connections either by IP address (CIDR range) or security group.
Security group S (provided to DataSync to access EFS) should have a rule that enables outbound connections to the NFS port on one of the file system’s mount targets. You can enable outbound connections either by IP address (CIDR range) or security group.
For information about security groups and mount targets, see Security Groups for Amazon EC2 Instances and Mount Targets in the Amazon EFS User Guide.
List<E> tags
The key-value pair that represents a tag that you want to add to the resource. The value can be an empty string. This value helps you manage, filter, and search for your resources. We recommend that you create a name tag for your location.
String locationArn
The Amazon Resource Name (ARN) of the Amazon EFS file system location that is created.
String subdirectory
A subdirectory in the location’s path. This subdirectory in the Amazon FSx for Windows file system is used to read data from the Amazon FSx for Windows source location or write data to the FSx for Windows destination.
String fsxFilesystemArn
The Amazon Resource Name (ARN) for the FSx for Windows file system.
List<E> securityGroupArns
The Amazon Resource Names (ARNs) of the security groups that are to use to configure the FSx for Windows file system.
List<E> tags
The key-value pair that represents a tag that you want to add to the resource. The value can be an empty string. This value helps you manage, filter, and search for your resources. We recommend that you create a name tag for your location.
String user
The user who has the permissions to access files and folders in the FSx for Windows file system.
String domain
The name of the Windows domain that the FSx for Windows server belongs to.
String password
The password of the user who has the permissions to access files and folders in the FSx for Windows file system.
String locationArn
The Amazon Resource Name (ARN) of the FSx for Windows file system location that is created.
String subdirectory
The subdirectory in the NFS file system that is used to read data from the NFS source location or write data to the NFS destination. The NFS path should be a path that's exported by the NFS server, or a subdirectory of that path. The path should be such that it can be mounted by other NFS clients in your network.
To see all the paths exported by your NFS server. run "showmount -e nfs-server-name" from an NFS
client that has access to your server. You can specify any directory that appears in the results, and any
subdirectory of that directory. Ensure that the NFS export is accessible without Kerberos authentication.
To transfer all the data in the folder you specified, DataSync needs to have permissions to read all the data. To
ensure this, either configure the NFS export with no_root_squash, or ensure that the permissions for
all of the files that you want DataSync allow read access for all users. Doing either enables the agent to read
the files. For the agent to access directories, you must additionally enable all execute access.
For information about NFS export configuration, see 18.7. The /etc/exports Configuration File in the Red Hat Enterprise Linux documentation.
String serverHostname
The name of the NFS server. This value is the IP address or Domain Name Service (DNS) name of the NFS server. An agent that is installed on-premises uses this host name to mount the NFS server in a network.
This name must either be DNS-compliant or must be an IP version 4 (IPv4) address.
OnPremConfig onPremConfig
Contains a list of Amazon Resource Names (ARNs) of agents that are used to connect to an NFS server.
NfsMountOptions mountOptions
The NFS mount options that DataSync can use to mount your NFS share.
List<E> tags
The key-value pair that represents the tag that you want to add to the location. The value can be an empty string. We recommend using tags to name your resources.
String locationArn
The Amazon Resource Name (ARN) of the source NFS file system location that is created.
String subdirectory
A subdirectory in the Amazon S3 bucket. This subdirectory in Amazon S3 is used to read data from the S3 source location or write data to the S3 destination.
String s3BucketArn
The Amazon Resource Name (ARN) of the Amazon S3 bucket.
String s3StorageClass
The Amazon S3 storage class that you want to store your files in when this location is used as a task destination. For more information about S3 storage classes, see Amazon S3 Storage Classes in the Amazon Simple Storage Service Developer Guide. Some storage classes have behaviors that can affect your S3 storage cost. For detailed information, see using-storage-classes.
S3Config s3Config
List<E> tags
The key-value pair that represents the tag that you want to add to the location. The value can be an empty string. We recommend using tags to name your resources.
String locationArn
The Amazon Resource Name (ARN) of the source Amazon S3 bucket location that is created.
String subdirectory
The subdirectory in the SMB file system that is used to read data from the SMB source location or write data to the SMB destination. The SMB path should be a path that's exported by the SMB server, or a subdirectory of that path. The path should be such that it can be mounted by other SMB clients in your network.
Subdirectory must be specified with forward slashes. For example /path/to/folder.
To transfer all the data in the folder you specified, DataSync needs to have permissions to mount the SMB share, as well as to access all the data in that share. To ensure this, either ensure that the user/password specified belongs to the user who can mount the share, and who has the appropriate permissions for all of the files and directories that you want DataSync to access, or use credentials of a member of the Backup Operators group to mount the share. Doing either enables the agent to access the data. For the agent to access directories, you must additionally enable all execute access.
String serverHostname
The name of the SMB server. This value is the IP address or Domain Name Service (DNS) name of the SMB server. An agent that is installed on-premises uses this hostname to mount the SMB server in a network.
This name must either be DNS-compliant or must be an IP version 4 (IPv4) address.
String user
The user who can mount the share, has the permissions to access files and folders in the SMB share.
String domain
The name of the Windows domain that the SMB server belongs to.
String password
The password of the user who can mount the share, has the permissions to access files and folders in the SMB share.
List<E> agentArns
The Amazon Resource Names (ARNs) of agents to use for a Simple Message Block (SMB) location.
SmbMountOptions mountOptions
The mount options used by DataSync to access the SMB server.
List<E> tags
The key-value pair that represents the tag that you want to add to the location. The value can be an empty string. We recommend using tags to name your resources.
String locationArn
The Amazon Resource Name (ARN) of the source SMB file system location that is created.
String sourceLocationArn
The Amazon Resource Name (ARN) of the source location for the task.
String destinationLocationArn
The Amazon Resource Name (ARN) of an AWS storage resource's location.
String cloudWatchLogGroupArn
The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that is used to monitor and log events in the task.
For more information on these groups, see Working with Log Groups and Log Streams in the Amazon CloudWatch User Guide.
For more information about how to use CloudWatch Logs with DataSync, see Monitoring Your Task in the AWS DataSync User Guide.
String name
The name of a task. This value is a text reference that is used to identify the task in the console.
Options options
The set of configuration options that control the behavior of a single execution of the task that occurs when you
call StartTaskExecution. You can configure these options to preserve metadata such as user ID (UID)
and group ID (GID), file permissions, data integrity verification, and so on.
For each individual task execution, you can override these options by specifying the OverrideOptions
before starting a the task execution. For more information, see the operation.
List<E> excludes
A list of filter rules that determines which files to exclude from a task. The list should contain a single
filter string that consists of the patterns to exclude. The patterns are delimited by "|" (that is, a pipe), for
example, "/folder1|/folder2"
TaskSchedule schedule
Specifies a schedule used to periodically transfer files from a source to a destination location. The schedule should be specified in UTC time. For more information, see task-scheduling.
List<E> tags
The key-value pair that represents the tag that you want to add to the resource. The value can be an empty string.
String taskArn
The Amazon Resource Name (ARN) of the task.
String agentArn
The Amazon Resource Name (ARN) of the agent to delete. Use the ListAgents operation to return a list
of agents for your account and AWS Region.
String locationArn
The Amazon Resource Name (ARN) of the location to delete.
String taskArn
The Amazon Resource Name (ARN) of the task to delete.
String agentArn
The Amazon Resource Name (ARN) of the agent to describe.
String agentArn
The Amazon Resource Name (ARN) of the agent.
String name
The name of the agent.
String status
The status of the agent. If the status is ONLINE, then the agent is configured properly and is available to use. The Running status is the normal running status for an agent. If the status is OFFLINE, the agent's VM is turned off or the agent is in an unhealthy state. When the issue that caused the unhealthy state is resolved, the agent returns to ONLINE status.
Date lastConnectionTime
The time that the agent last connected to DataSyc.
Date creationTime
The time that the agent was activated (that is, created in your account).
String endpointType
The type of endpoint that your agent is connected to. If the endpoint is a VPC endpoint, the agent is not accessible over the public Internet.
PrivateLinkConfig privateLinkConfig
The subnet and the security group that DataSync used to access a VPC endpoint.
String locationArn
The Amazon Resource Name (ARN) of the EFS location to describe.
String locationArn
The Amazon Resource Name (ARN) of the FSx for Windows location to describe.
String locationArn
The Amazon resource Name (ARN) of the FSx for Windows location that was described.
String locationUri
The URL of the FSx for Windows location that was described.
List<E> securityGroupArns
The Amazon Resource Names (ARNs) of the security groups that are configured for the for the FSx for Windows file system.
Date creationTime
The time that the FSx for Windows location was created.
String user
The user who has the permissions to access files and folders in the FSx for Windows file system.
String domain
The name of the Windows domain that the FSx for Windows server belongs to.
String locationArn
The Amazon resource Name (ARN) of the NFS location to describe.
String locationArn
The Amazon resource Name (ARN) of the NFS location that was described.
String locationUri
The URL of the source NFS location that was described.
OnPremConfig onPremConfig
NfsMountOptions mountOptions
The NFS mount options that DataSync used to mount your NFS share.
Date creationTime
The time that the NFS location was created.
String locationArn
The Amazon Resource Name (ARN) of the Amazon S3 bucket location to describe.
String locationArn
The Amazon Resource Name (ARN) of the Amazon S3 bucket location.
String locationUri
The URL of the Amazon S3 location that was described.
String s3StorageClass
The Amazon S3 storage class that you chose to store your files in when this location is used as a task destination. For more information about S3 storage classes, see Amazon S3 Storage Classes in the Amazon Simple Storage Service Developer Guide. Some storage classes have behaviors that can affect your S3 storage cost. For detailed information, see using-storage-classes.
S3Config s3Config
Date creationTime
The time that the Amazon S3 bucket location was created.
String locationArn
The Amazon resource Name (ARN) of the SMB location to describe.
String locationArn
The Amazon resource Name (ARN) of the SMB location that was described.
String locationUri
The URL of the source SBM location that was described.
List<E> agentArns
The Amazon Resource Name (ARN) of the source SMB file system location that is created.
String user
The user who can mount the share, has the permissions to access files and folders in the SMB share.
String domain
The name of the Windows domain that the SMB server belongs to.
SmbMountOptions mountOptions
The mount options that are available for DataSync to use to access an SMB location.
Date creationTime
The time that the SMB location was created.
String taskExecutionArn
The Amazon Resource Name (ARN) of the task that is being executed.
String taskExecutionArn
The Amazon Resource Name (ARN) of the task execution that was described. TaskExecutionArn is
hierarchical and includes TaskArn for the task that was executed.
For example, a TaskExecution value with the ARN
arn:aws:datasync:us-east-1:111222333444:task/task-0208075f79cedf4a2/execution/exec-08ef1e88ec491019b
executed the task with the ARN arn:aws:datasync:us-east-1:111222333444:task/task-0208075f79cedf4a2.
String status
The status of the task execution.
For detailed information about task execution statuses, see Understanding Task Statuses in the AWS DataSync User Guide.
Options options
List<E> excludes
A list of filter rules that determines which files to exclude from a task. The list should contain a single
filter string that consists of the patterns to exclude. The patterns are delimited by "|" (that is, a pipe), for
example: "/folder1|/folder2"
List<E> includes
A list of filter rules that determines which files to include when running a task. The list should contain a
single filter string that consists of the patterns to include. The patterns are delimited by "|" (that is, a
pipe), for example: "/folder1|/folder2"
Date startTime
The time that the task execution was started.
Long estimatedFilesToTransfer
The expected number of files that is to be transferred over the network. This value is calculated during the PREPARING phase, before the TRANSFERRING phase. This value is the expected number of files to be transferred. It's calculated based on comparing the content of the source and destination locations and finding the delta that needs to be transferred.
Long estimatedBytesToTransfer
The estimated physical number of bytes that is to be transferred over the network.
Long filesTransferred
The actual number of files that was transferred over the network. This value is calculated and updated on an ongoing basis during the TRANSFERRING phase. It's updated periodically when each file is read from the source and sent over the network.
If failures occur during a transfer, this value can be less than EstimatedFilesToTransfer. This
value can also be greater than EstimatedFilesTransferred in some cases. This element is
implementation-specific for some location types, so don't use it as an indicator for a correct file number or to
monitor your task execution.
Long bytesWritten
The number of logical bytes written to the destination AWS storage resource.
Long bytesTransferred
The physical number of bytes transferred over the network.
TaskExecutionResultDetail result
The result of the task execution.
String taskArn
The Amazon Resource Name (ARN) of the task to describe.
String taskArn
The Amazon Resource Name (ARN) of the task that was described.
String status
The status of the task that was described.
For detailed information about task execution statuses, see Understanding Task Statuses in the AWS DataSync User Guide.
String name
The name of the task that was described.
String currentTaskExecutionArn
The Amazon Resource Name (ARN) of the task execution that is syncing files.
String sourceLocationArn
The Amazon Resource Name (ARN) of the source file system's location.
String destinationLocationArn
The Amazon Resource Name (ARN) of the AWS storage resource's location.
String cloudWatchLogGroupArn
The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that was used to monitor and log events in the task.
For more information on these groups, see Working with Log Groups and Log Streams in the Amazon CloudWatch User Guide.
List<E> sourceNetworkInterfaceArns
The Amazon Resource Name (ARN) of the source ENIs (Elastic Network Interface) that was created for your subnet.
List<E> destinationNetworkInterfaceArns
The Amazon Resource Name (ARN) of the destination ENIs (Elastic Network Interface) that was created for your subnet.
Options options
The set of configuration options that control the behavior of a single execution of the task that occurs when you
call StartTaskExecution. You can configure these options to preserve metadata such as user ID (UID)
and group (GID), file permissions, data integrity verification, and so on.
For each individual task execution, you can override these options by specifying the overriding
OverrideOptions value to operation.
List<E> excludes
A list of filter rules that determines which files to exclude from a task. The list should contain a single
filter string that consists of the patterns to exclude. The patterns are delimited by "|" (that is, a pipe), for
example: "/folder1|/folder2"
TaskSchedule schedule
The schedule used to periodically transfer files from a source to a destination location.
String errorCode
Errors that AWS DataSync encountered during execution of the task. You can use this error code to help troubleshoot issues.
String errorDetail
Detailed description of an error that was encountered during the task execution. You can use this information to help troubleshoot issues.
Date creationTime
The time that the task was created.
String errorCode
String errorCode
String locationArn
The Amazon Resource Name (ARN) of the location. For Network File System (NFS) or Amazon EFS, the location is the export path. For Amazon S3, the location is the prefix path that you want to mount and use as the root of the location.
String locationUri
Represents a list of URLs of a location. LocationUri returns an array that contains a list of
locations when the ListLocations operation is called.
Format: TYPE://GLOBAL_ID/SUBDIR.
TYPE designates the type of location. Valid values: NFS | EFS | S3.
GLOBAL_ID is the globally unique identifier of the resource that backs the location. An example for EFS is
us-east-2.fs-abcd1234. An example for Amazon S3 is the bucket name, such as myBucket.
An example for NFS is a valid IPv4 address or a host name compliant with Domain Name Service (DNS).
SUBDIR is a valid file system path, delimited by forward slashes as is the *nix convention. For NFS and Amazon EFS, it's the export path to mount the location. For Amazon S3, it's the prefix path that you mount to and treat as the root of the location.
String version
The specific NFS version that you want DataSync to use to mount your NFS share. If the server refuses to use the
version specified, the sync will fail. If you don't specify a version, DataSync defaults to
AUTOMATIC. That is, DataSync automatically selects a version based on negotiation with the NFS
server.
You can specify the following NFS versions:
NFSv3 - stateless protocol version that allows for asynchronous writes on the server.
NFSv4.0 - stateful, firewall-friendly protocol version that supports delegations and pseudo filesystems.
NFSv4.1 - stateful protocol version that supports sessions, directory delegations, and parallel data processing. Version 4.1 also includes all features available in version 4.0.
String verifyMode
A value that determines whether a data integrity verification should be performed at the end of a task execution after all data and metadata have been transferred.
Default value: POINT_IN_TIME_CONSISTENT.
POINT_IN_TIME_CONSISTENT: Perform verification (recommended).
ONLY_FILES_TRANSFERRED: Perform verification on only files that were transferred.
NONE: Skip verification.
String overwriteMode
A value that determines whether files at the destination should be overwritten or preserved when copying files.
If set to NEVER a destination file will not be replaced by a source file, even if the destination
file differs from the source file. If you modify files in the destination and you sync the files, you can use
this value to protect against overwriting those changes.
Some storage classes have specific behaviors that can affect your S3 storage cost. For detailed information, see using-storage-classes in the AWS DataSync User Guide.
String atime
A file metadata value that shows the last time a file was accessed (that is, when the file was read or written
to). If you set Atime to BEST_EFFORT, DataSync attempts to preserve the original Atime
attribute on all source files (that is, the version before the PREPARING phase). However, Atime's
behavior is not fully standard across platforms, so AWS DataSync can only do this on a best-effort basis.
Default value: BEST_EFFORT.
BEST_EFFORT: Attempt to preserve the per-file Atime value (recommended).
NONE: Ignore Atime.
If Atime is set to BEST_EFFORT, Mtime must be set to PRESERVE.
If Atime is set to NONE, Mtime must also be NONE.
String mtime
A value that indicates the last time that a file was modified (that is, a file was written to) before the PREPARING phase.
Default value: PRESERVE.
PRESERVE: Preserve original Mtime (recommended)
NONE: Ignore Mtime.
If Mtime is set to PRESERVE, Atime must be set to BEST_EFFORT.
If Mtime is set to NONE, Atime must also be set to NONE.
String uid
The user ID (UID) of the file's owner.
Default value: INT_VALUE. This preserves the integer value of the ID.
INT_VALUE: Preserve the integer value of UID and group ID (GID) (recommended).
NONE: Ignore UID and GID.
String gid
The group ID (GID) of the file's owners.
Default value: INT_VALUE. This preserves the integer value of the ID.
INT_VALUE: Preserve the integer value of user ID (UID) and GID (recommended).
NONE: Ignore UID and GID.
String preserveDeletedFiles
A value that specifies whether files in the destination that don't exist in the source file system should be preserved. This option can affect your storage cost. If your task deletes objects, you might incur minimum storage duration charges for certain storage classes. For detailed information, see using-storage-classes in the AWS DataSync User Guide.
Default value: PRESERVE.
PRESERVE: Ignore such destination files (recommended).
REMOVE: Delete destination files that aren’t present in the source.
String preserveDevices
A value that determines whether AWS DataSync should preserve the metadata of block and character devices in the source file system, and recreate the files with that device name and metadata on the destination.
AWS DataSync can't sync the actual contents of such devices, because they are nonterminal and don't return an end-of-file (EOF) marker.
Default value: NONE.
NONE: Ignore special devices (recommended).
PRESERVE: Preserve character and block device metadata. This option isn't currently supported for Amazon EFS.
String posixPermissions
A value that determines which users or groups can access a file for a specific purpose such as reading, writing, or execution of the file.
Default value: PRESERVE.
PRESERVE: Preserve POSIX-style permissions (recommended).
NONE: Ignore permissions.
AWS DataSync can preserve extant permissions of a source location.
Long bytesPerSecond
A value that limits the bandwidth used by AWS DataSync. For example, if you want AWS DataSync to use a maximum of
1 MB, set this value to 1048576 (=1024*1024).
String taskQueueing
A value that determines whether tasks should be queued before executing the tasks. If set to ENABLED
, the tasks will be queued. The default is ENABLED.
If you use the same agent to run multiple tasks you can enable the tasks to run in series. For more information see queue-task-execution.
String logLevel
A value that determines the type of logs DataSync will deliver to your AWS CloudWatch Logs file. If set to
OFF, no logs will be delivered. BASIC will deliver a few logs per transfer operation
and TRANSFER will deliver a verbose log that contains logs for every file that is transferred.
String vpcEndpointId
The ID of the VPC endpoint that is configured for an agent. An agent that is configured with a VPC endpoint will not be accessible over the public Internet.
String privateLinkEndpoint
The private endpoint that is configured for an agent that has access to IP addresses in a PrivateLink. An agent that is configured with this endpoint will not be accessible over the public Internet.
List<E> subnetArns
The Amazon Resource Names (ARNs) of the subnets that are configured for an agent activated in a VPC or an agent that has access to a VPC endpoint.
List<E> securityGroupArns
The Amazon Resource Names (ARNs) of the security groups that are configured for the EC2 resource that hosts an agent activated in a VPC or an agent that has access to a VPC endpoint.
String bucketAccessRoleArn
The Amazon S3 bucket to access. This bucket is used as a parameter in the CreateLocationS3 operation.
String version
The specific SMB version that you want DataSync to use to mount your SMB share. If you don't specify a version,
DataSync defaults to AUTOMATIC. That is, DataSync automatically selects a version based on
negotiation with the SMB server.
String taskArn
The Amazon Resource Name (ARN) of the task to start.
Options overrideOptions
List<E> includes
A list of filter rules that determines which files to include when running a task. The pattern should contain a
single filter string that consists of the patterns to include. The patterns are delimited by "|" (that is, a
pipe). For example: "/folder1|/folder2"
String taskExecutionArn
The Amazon Resource Name (ARN) of the specific task execution that was started.
Long prepareDuration
The total time in milliseconds that AWS DataSync spent in the PREPARING phase.
String prepareStatus
The status of the PREPARING phase.
Long totalDuration
The total time in milliseconds that AWS DataSync took to transfer the file from the source to the destination location.
Long transferDuration
The total time in milliseconds that AWS DataSync spent in the TRANSFERRING phase.
String transferStatus
The status of the TRANSFERRING Phase.
Long verifyDuration
The total time in milliseconds that AWS DataSync spent in the VERIFYING phase.
String verifyStatus
The status of the VERIFYING Phase.
String errorCode
Errors that AWS DataSync encountered during execution of the task. You can use this error code to help troubleshoot issues.
String errorDetail
Detailed description of an error that was encountered during the task execution. You can use this information to help troubleshoot issues.
String scheduleExpression
A cron expression that specifies when AWS DataSync initiates a scheduled transfer from a source to a destination location.
String taskArn
The Amazon Resource Name (ARN) of the resource name of the task to update.
Options options
List<E> excludes
A list of filter rules that determines which files to exclude from a task. The list should contain a single
filter string that consists of the patterns to exclude. The patterns are delimited by "|" (that is, a pipe), for
example: "/folder1|/folder2"
TaskSchedule schedule
Specifies a schedule used to periodically transfer files from a source to a destination location. You can configure your task to execute hourly, daily, weekly or on specific days of the week. You control when in the day or hour you want the task to execute. The time you specify is UTC time. For more information, see task-scheduling.
String name
The name of the task to update.
String cloudWatchLogGroupArn
The Amazon Resource Name (ARN) of the resource name of the CloudWatch LogGroup.
Copyright © 2020. All rights reserved.