aws-native.datasync.Task
Resource schema for AWS::DataSync::Task.
Example Usage
Example
using System.Collections.Generic;
using Pulumi;
using AwsNative = Pulumi.AwsNative;
return await Deployment.RunAsync(() =>
{
var task = new AwsNative.DataSync.Task("task", new()
{
SourceLocationArn = "arn:aws:datasync:us-east-2:111222333444:location/loc-07db7abfc326c50s3",
DestinationLocationArn = "arn:aws:datasync:us-east-2:111222333444:location/loc-18ec8bcgd437d61t4",
});
});
package main
import (
"github.com/pulumi/pulumi-aws-native/sdk/go/aws/datasync"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := datasync.NewTask(ctx, "task", &datasync.TaskArgs{
SourceLocationArn: pulumi.String("arn:aws:datasync:us-east-2:111222333444:location/loc-07db7abfc326c50s3"),
DestinationLocationArn: pulumi.String("arn:aws:datasync:us-east-2:111222333444:location/loc-18ec8bcgd437d61t4"),
})
if err != nil {
return err
}
return nil
})
}
Coming soon!
import pulumi
import pulumi_aws_native as aws_native
task = aws_native.datasync.Task("task",
source_location_arn="arn:aws:datasync:us-east-2:111222333444:location/loc-07db7abfc326c50s3",
destination_location_arn="arn:aws:datasync:us-east-2:111222333444:location/loc-18ec8bcgd437d61t4")
import * as pulumi from "@pulumi/pulumi";
import * as aws_native from "@pulumi/aws-native";
const task = new aws_native.datasync.Task("task", {
sourceLocationArn: "arn:aws:datasync:us-east-2:111222333444:location/loc-07db7abfc326c50s3",
destinationLocationArn: "arn:aws:datasync:us-east-2:111222333444:location/loc-18ec8bcgd437d61t4",
});
Coming soon!
Example
using System.Collections.Generic;
using Pulumi;
using AwsNative = Pulumi.AwsNative;
return await Deployment.RunAsync(() =>
{
var task = new AwsNative.DataSync.Task("task", new()
{
SourceLocationArn = "arn:aws:datasync:us-east-2:111222333444:location/loc-07db7abfc326c50s3",
DestinationLocationArn = "arn:aws:datasync:us-east-2:111222333444:location/loc-18ec8bcgd437d61t4",
});
});
package main
import (
"github.com/pulumi/pulumi-aws-native/sdk/go/aws/datasync"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := datasync.NewTask(ctx, "task", &datasync.TaskArgs{
SourceLocationArn: pulumi.String("arn:aws:datasync:us-east-2:111222333444:location/loc-07db7abfc326c50s3"),
DestinationLocationArn: pulumi.String("arn:aws:datasync:us-east-2:111222333444:location/loc-18ec8bcgd437d61t4"),
})
if err != nil {
return err
}
return nil
})
}
Coming soon!
import pulumi
import pulumi_aws_native as aws_native
task = aws_native.datasync.Task("task",
source_location_arn="arn:aws:datasync:us-east-2:111222333444:location/loc-07db7abfc326c50s3",
destination_location_arn="arn:aws:datasync:us-east-2:111222333444:location/loc-18ec8bcgd437d61t4")
import * as pulumi from "@pulumi/pulumi";
import * as aws_native from "@pulumi/aws-native";
const task = new aws_native.datasync.Task("task", {
sourceLocationArn: "arn:aws:datasync:us-east-2:111222333444:location/loc-07db7abfc326c50s3",
destinationLocationArn: "arn:aws:datasync:us-east-2:111222333444:location/loc-18ec8bcgd437d61t4",
});
Coming soon!
Create Task Resource
new Task(name: string, args: TaskArgs, opts?: CustomResourceOptions);
@overload
def Task(resource_name: str,
opts: Optional[ResourceOptions] = None,
cloud_watch_log_group_arn: Optional[str] = None,
destination_location_arn: Optional[str] = None,
excludes: Optional[Sequence[TaskFilterRuleArgs]] = None,
includes: Optional[Sequence[TaskFilterRuleArgs]] = None,
name: Optional[str] = None,
options: Optional[TaskOptionsArgs] = None,
schedule: Optional[TaskScheduleArgs] = None,
source_location_arn: Optional[str] = None,
tags: Optional[Sequence[TaskTagArgs]] = None)
@overload
def Task(resource_name: str,
args: TaskArgs,
opts: Optional[ResourceOptions] = None)
func NewTask(ctx *Context, name string, args TaskArgs, opts ...ResourceOption) (*Task, error)
public Task(string name, TaskArgs args, CustomResourceOptions? opts = null)
type: aws-native:datasync:Task
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TaskArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args TaskArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args TaskArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TaskArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args TaskArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Task Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Task resource accepts the following input properties:
- Destination
Location stringArn The ARN of an AWS storage resource's location.
- Source
Location stringArn The ARN of the source location for the task.
- Cloud
Watch stringLog Group Arn The ARN of the Amazon CloudWatch log group that is used to monitor and log events in the task.
- Excludes
List<Pulumi.
Aws Native. Data Sync. Inputs. Task Filter Rule Args> - Includes
List<Pulumi.
Aws Native. Data Sync. Inputs. Task Filter Rule Args> - Name string
The name of a task. This value is a text reference that is used to identify the task in the console.
- Options
Pulumi.
Aws Native. Data Sync. Inputs. Task Options Args - Schedule
Pulumi.
Aws Native. Data Sync. Inputs. Task Schedule Args - List<Pulumi.
Aws Native. Data Sync. Inputs. Task Tag Args> An array of key-value pairs to apply to this resource.
- Destination
Location stringArn The ARN of an AWS storage resource's location.
- Source
Location stringArn The ARN of the source location for the task.
- Cloud
Watch stringLog Group Arn The ARN of the Amazon CloudWatch log group that is used to monitor and log events in the task.
- Excludes
[]Task
Filter Rule Args - Includes
[]Task
Filter Rule Args - Name string
The name of a task. This value is a text reference that is used to identify the task in the console.
- Options
Task
Options Args - Schedule
Task
Schedule Args - []Task
Tag Args An array of key-value pairs to apply to this resource.
- destination
Location StringArn The ARN of an AWS storage resource's location.
- source
Location StringArn The ARN of the source location for the task.
- cloud
Watch StringLog Group Arn The ARN of the Amazon CloudWatch log group that is used to monitor and log events in the task.
- excludes
List<Task
Filter Rule Args> - includes
List<Task
Filter Rule Args> - name String
The name of a task. This value is a text reference that is used to identify the task in the console.
- options
Task
Options Args - schedule
Task
Schedule Args - List<Task
Tag Args> An array of key-value pairs to apply to this resource.
- destination
Location stringArn The ARN of an AWS storage resource's location.
- source
Location stringArn The ARN of the source location for the task.
- cloud
Watch stringLog Group Arn The ARN of the Amazon CloudWatch log group that is used to monitor and log events in the task.
- excludes
Task
Filter Rule Args[] - includes
Task
Filter Rule Args[] - name string
The name of a task. This value is a text reference that is used to identify the task in the console.
- options
Task
Options Args - schedule
Task
Schedule Args - Task
Tag Args[] An array of key-value pairs to apply to this resource.
- destination_
location_ strarn The ARN of an AWS storage resource's location.
- source_
location_ strarn The ARN of the source location for the task.
- cloud_
watch_ strlog_ group_ arn The ARN of the Amazon CloudWatch log group that is used to monitor and log events in the task.
- excludes
Sequence[Task
Filter Rule Args] - includes
Sequence[Task
Filter Rule Args] - name str
The name of a task. This value is a text reference that is used to identify the task in the console.
- options
Task
Options Args - schedule
Task
Schedule Args - Sequence[Task
Tag Args] An array of key-value pairs to apply to this resource.
- destination
Location StringArn The ARN of an AWS storage resource's location.
- source
Location StringArn The ARN of the source location for the task.
- cloud
Watch StringLog Group Arn The ARN of the Amazon CloudWatch log group that is used to monitor and log events in the task.
- excludes List<Property Map>
- includes List<Property Map>
- name String
The name of a task. This value is a text reference that is used to identify the task in the console.
- options Property Map
- schedule Property Map
- List<Property Map>
An array of key-value pairs to apply to this resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the Task resource produces the following output properties:
- Destination
Network List<string>Interface Arns - Id string
The provider-assigned unique ID for this managed resource.
- Source
Network List<string>Interface Arns - Status
Pulumi.
Aws Native. Data Sync. Task Status The status of the task that was described.
- Task
Arn string The ARN of the task.
- Destination
Network []stringInterface Arns - Id string
The provider-assigned unique ID for this managed resource.
- Source
Network []stringInterface Arns - Status
Task
Status The status of the task that was described.
- Task
Arn string The ARN of the task.
- destination
Network List<String>Interface Arns - id String
The provider-assigned unique ID for this managed resource.
- source
Network List<String>Interface Arns - status
Task
Status The status of the task that was described.
- task
Arn String The ARN of the task.
- destination
Network string[]Interface Arns - id string
The provider-assigned unique ID for this managed resource.
- source
Network string[]Interface Arns - status
Task
Status The status of the task that was described.
- task
Arn string The ARN of the task.
- destination_
network_ Sequence[str]interface_ arns - id str
The provider-assigned unique ID for this managed resource.
- source_
network_ Sequence[str]interface_ arns - status
Task
Status The status of the task that was described.
- task_
arn str The ARN of the task.
- destination
Network List<String>Interface Arns - id String
The provider-assigned unique ID for this managed resource.
- source
Network List<String>Interface Arns - status "AVAILABLE" | "CREATING" | "QUEUED" | "RUNNING" | "UNAVAILABLE"
The status of the task that was described.
- task
Arn String The ARN of the task.
Supporting Types
TaskFilterRule
- Filter
Type Pulumi.Aws Native. Data Sync. Task Filter Rule Filter Type The type of filter rule to apply. AWS DataSync only supports the SIMPLE_PATTERN rule type.
- Value string
A single filter string that consists of the patterns to include or exclude. The patterns are delimited by "|".
- Filter
Type TaskFilter Rule Filter Type The type of filter rule to apply. AWS DataSync only supports the SIMPLE_PATTERN rule type.
- Value string
A single filter string that consists of the patterns to include or exclude. The patterns are delimited by "|".
- filter
Type TaskFilter Rule Filter Type The type of filter rule to apply. AWS DataSync only supports the SIMPLE_PATTERN rule type.
- value String
A single filter string that consists of the patterns to include or exclude. The patterns are delimited by "|".
- filter
Type TaskFilter Rule Filter Type The type of filter rule to apply. AWS DataSync only supports the SIMPLE_PATTERN rule type.
- value string
A single filter string that consists of the patterns to include or exclude. The patterns are delimited by "|".
- filter_
type TaskFilter Rule Filter Type The type of filter rule to apply. AWS DataSync only supports the SIMPLE_PATTERN rule type.
- value str
A single filter string that consists of the patterns to include or exclude. The patterns are delimited by "|".
- filter
Type "SIMPLE_PATTERN" The type of filter rule to apply. AWS DataSync only supports the SIMPLE_PATTERN rule type.
- value String
A single filter string that consists of the patterns to include or exclude. The patterns are delimited by "|".
TaskFilterRuleFilterType
- Simple
Pattern - SIMPLE_PATTERN
- Task
Filter Rule Filter Type Simple Pattern - SIMPLE_PATTERN
- Simple
Pattern - SIMPLE_PATTERN
- Simple
Pattern - SIMPLE_PATTERN
- SIMPLE_PATTERN
- SIMPLE_PATTERN
- "SIMPLE_PATTERN"
- SIMPLE_PATTERN
TaskOptions
- Atime
Pulumi.
Aws Native. Data Sync. Task Options Atime A file metadata value that shows the last time a file was accessed (that is, when the file was read or written to).
- Bytes
Per intSecond A value that limits the bandwidth used by AWS DataSync.
- Gid
Pulumi.
Aws Native. Data Sync. Task Options Gid The group ID (GID) of the file's owners.
- Log
Level Pulumi.Aws Native. Data Sync. Task Options Log Level A value that determines the types of logs that DataSync publishes to a log stream in the Amazon CloudWatch log group that you provide.
- Mtime
Pulumi.
Aws Native. Data Sync. Task Options Mtime A value that indicates the last time that a file was modified (that is, a file was written to) before the PREPARING phase.
- Pulumi.
Aws Native. Data Sync. Task Options Object Tags A value that determines whether object tags should be read from the source object store and written to the destination object store.
- Overwrite
Mode Pulumi.Aws Native. Data Sync. Task Options Overwrite Mode A value that determines whether files at the destination should be overwritten or preserved when copying files.
- Posix
Permissions Pulumi.Aws Native. Data Sync. Task Options Posix Permissions 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.
- Preserve
Deleted Pulumi.Files Aws Native. Data Sync. Task Options Preserve Deleted Files A value that specifies whether files in the destination that don't exist in the source file system should be preserved.
- Preserve
Devices Pulumi.Aws Native. Data Sync. Task Options Preserve Devices 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.
- Security
Descriptor Pulumi.Copy Flags Aws Native. Data Sync. Task Options Security Descriptor Copy Flags A value that determines which components of the SMB security descriptor are copied during transfer.
- Task
Queueing Pulumi.Aws Native. Data Sync. Task Options Task Queueing A value that determines whether tasks should be queued before executing the tasks.
- Transfer
Mode Pulumi.Aws Native. Data Sync. Task Options Transfer Mode A value that determines whether DataSync transfers only the data and metadata that differ between the source and the destination location, or whether DataSync transfers all the content from the source, without comparing to the destination location.
- Uid
Pulumi.
Aws Native. Data Sync. Task Options Uid The user ID (UID) of the file's owner.
- Verify
Mode Pulumi.Aws Native. Data Sync. Task Options Verify Mode 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.
- Atime
Task
Options Atime A file metadata value that shows the last time a file was accessed (that is, when the file was read or written to).
- Bytes
Per intSecond A value that limits the bandwidth used by AWS DataSync.
- Gid
Task
Options Gid The group ID (GID) of the file's owners.
- Log
Level TaskOptions Log Level A value that determines the types of logs that DataSync publishes to a log stream in the Amazon CloudWatch log group that you provide.
- Mtime
Task
Options Mtime A value that indicates the last time that a file was modified (that is, a file was written to) before the PREPARING phase.
- Task
Options Object Tags A value that determines whether object tags should be read from the source object store and written to the destination object store.
- Overwrite
Mode TaskOptions Overwrite Mode A value that determines whether files at the destination should be overwritten or preserved when copying files.
- Posix
Permissions TaskOptions Posix Permissions 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.
- Preserve
Deleted TaskFiles Options Preserve Deleted Files A value that specifies whether files in the destination that don't exist in the source file system should be preserved.
- Preserve
Devices TaskOptions Preserve Devices 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.
- Security
Descriptor TaskCopy Flags Options Security Descriptor Copy Flags A value that determines which components of the SMB security descriptor are copied during transfer.
- Task
Queueing TaskOptions Task Queueing A value that determines whether tasks should be queued before executing the tasks.
- Transfer
Mode TaskOptions Transfer Mode A value that determines whether DataSync transfers only the data and metadata that differ between the source and the destination location, or whether DataSync transfers all the content from the source, without comparing to the destination location.
- Uid
Task
Options Uid The user ID (UID) of the file's owner.
- Verify
Mode TaskOptions Verify Mode 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.
- atime
Task
Options Atime A file metadata value that shows the last time a file was accessed (that is, when the file was read or written to).
- bytes
Per IntegerSecond A value that limits the bandwidth used by AWS DataSync.
- gid
Task
Options Gid The group ID (GID) of the file's owners.
- log
Level TaskOptions Log Level A value that determines the types of logs that DataSync publishes to a log stream in the Amazon CloudWatch log group that you provide.
- mtime
Task
Options Mtime A value that indicates the last time that a file was modified (that is, a file was written to) before the PREPARING phase.
- Task
Options Object Tags A value that determines whether object tags should be read from the source object store and written to the destination object store.
- overwrite
Mode TaskOptions Overwrite Mode A value that determines whether files at the destination should be overwritten or preserved when copying files.
- posix
Permissions TaskOptions Posix Permissions 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.
- preserve
Deleted TaskFiles Options Preserve Deleted Files A value that specifies whether files in the destination that don't exist in the source file system should be preserved.
- preserve
Devices TaskOptions Preserve Devices 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.
- security
Descriptor TaskCopy Flags Options Security Descriptor Copy Flags A value that determines which components of the SMB security descriptor are copied during transfer.
- task
Queueing TaskOptions Task Queueing A value that determines whether tasks should be queued before executing the tasks.
- transfer
Mode TaskOptions Transfer Mode A value that determines whether DataSync transfers only the data and metadata that differ between the source and the destination location, or whether DataSync transfers all the content from the source, without comparing to the destination location.
- uid
Task
Options Uid The user ID (UID) of the file's owner.
- verify
Mode TaskOptions Verify Mode 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.
- atime
Task
Options Atime A file metadata value that shows the last time a file was accessed (that is, when the file was read or written to).
- bytes
Per numberSecond A value that limits the bandwidth used by AWS DataSync.
- gid
Task
Options Gid The group ID (GID) of the file's owners.
- log
Level TaskOptions Log Level A value that determines the types of logs that DataSync publishes to a log stream in the Amazon CloudWatch log group that you provide.
- mtime
Task
Options Mtime A value that indicates the last time that a file was modified (that is, a file was written to) before the PREPARING phase.
- Task
Options Object Tags A value that determines whether object tags should be read from the source object store and written to the destination object store.
- overwrite
Mode TaskOptions Overwrite Mode A value that determines whether files at the destination should be overwritten or preserved when copying files.
- posix
Permissions TaskOptions Posix Permissions 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.
- preserve
Deleted TaskFiles Options Preserve Deleted Files A value that specifies whether files in the destination that don't exist in the source file system should be preserved.
- preserve
Devices TaskOptions Preserve Devices 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.
- security
Descriptor TaskCopy Flags Options Security Descriptor Copy Flags A value that determines which components of the SMB security descriptor are copied during transfer.
- task
Queueing TaskOptions Task Queueing A value that determines whether tasks should be queued before executing the tasks.
- transfer
Mode TaskOptions Transfer Mode A value that determines whether DataSync transfers only the data and metadata that differ between the source and the destination location, or whether DataSync transfers all the content from the source, without comparing to the destination location.
- uid
Task
Options Uid The user ID (UID) of the file's owner.
- verify
Mode TaskOptions Verify Mode 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.
- atime
Task
Options Atime A file metadata value that shows the last time a file was accessed (that is, when the file was read or written to).
- bytes_
per_ intsecond A value that limits the bandwidth used by AWS DataSync.
- gid
Task
Options Gid The group ID (GID) of the file's owners.
- log_
level TaskOptions Log Level A value that determines the types of logs that DataSync publishes to a log stream in the Amazon CloudWatch log group that you provide.
- mtime
Task
Options Mtime A value that indicates the last time that a file was modified (that is, a file was written to) before the PREPARING phase.
- Task
Options Object Tags A value that determines whether object tags should be read from the source object store and written to the destination object store.
- overwrite_
mode TaskOptions Overwrite Mode A value that determines whether files at the destination should be overwritten or preserved when copying files.
- posix_
permissions TaskOptions Posix Permissions 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.
- preserve_
deleted_ Taskfiles Options Preserve Deleted Files A value that specifies whether files in the destination that don't exist in the source file system should be preserved.
- preserve_
devices TaskOptions Preserve Devices 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.
- security_
descriptor_ Taskcopy_ flags Options Security Descriptor Copy Flags A value that determines which components of the SMB security descriptor are copied during transfer.
- task_
queueing TaskOptions Task Queueing A value that determines whether tasks should be queued before executing the tasks.
- transfer_
mode TaskOptions Transfer Mode A value that determines whether DataSync transfers only the data and metadata that differ between the source and the destination location, or whether DataSync transfers all the content from the source, without comparing to the destination location.
- uid
Task
Options Uid The user ID (UID) of the file's owner.
- verify_
mode TaskOptions Verify Mode 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.
- atime "NONE" | "BEST_EFFORT"
A file metadata value that shows the last time a file was accessed (that is, when the file was read or written to).
- bytes
Per NumberSecond A value that limits the bandwidth used by AWS DataSync.
- gid "NONE" | "INT_VALUE" | "NAME" | "BOTH"
The group ID (GID) of the file's owners.
- log
Level "OFF" | "BASIC" | "TRANSFER" A value that determines the types of logs that DataSync publishes to a log stream in the Amazon CloudWatch log group that you provide.
- mtime "NONE" | "PRESERVE"
A value that indicates the last time that a file was modified (that is, a file was written to) before the PREPARING phase.
- "PRESERVE" | "NONE"
A value that determines whether object tags should be read from the source object store and written to the destination object store.
- overwrite
Mode "ALWAYS" | "NEVER" A value that determines whether files at the destination should be overwritten or preserved when copying files.
- posix
Permissions "NONE" | "PRESERVE" 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.
- preserve
Deleted "PRESERVE" | "REMOVE"Files A value that specifies whether files in the destination that don't exist in the source file system should be preserved.
- preserve
Devices "NONE" | "PRESERVE" 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.
- security
Descriptor "NONE" | "OWNER_DACL" | "OWNER_DACL_SACL"Copy Flags A value that determines which components of the SMB security descriptor are copied during transfer.
- task
Queueing "ENABLED" | "DISABLED" A value that determines whether tasks should be queued before executing the tasks.
- transfer
Mode "CHANGED" | "ALL" A value that determines whether DataSync transfers only the data and metadata that differ between the source and the destination location, or whether DataSync transfers all the content from the source, without comparing to the destination location.
- uid "NONE" | "INT_VALUE" | "NAME" | "BOTH"
The user ID (UID) of the file's owner.
- verify
Mode "POINT_IN_TIME_CONSISTENT" | "ONLY_FILES_TRANSFERRED" | "NONE" 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.
TaskOptionsAtime
- None
- NONE
- Best
Effort - BEST_EFFORT
- Task
Options Atime None - NONE
- Task
Options Atime Best Effort - BEST_EFFORT
- None
- NONE
- Best
Effort - BEST_EFFORT
- None
- NONE
- Best
Effort - BEST_EFFORT
- NONE
- NONE
- BEST_EFFORT
- BEST_EFFORT
- "NONE"
- NONE
- "BEST_EFFORT"
- BEST_EFFORT
TaskOptionsGid
- None
- NONE
- Int
Value - INT_VALUE
- Name
- NAME
- Both
- BOTH
- Task
Options Gid None - NONE
- Task
Options Gid Int Value - INT_VALUE
- Task
Options Gid Name - NAME
- Task
Options Gid Both - BOTH
- None
- NONE
- Int
Value - INT_VALUE
- Name
- NAME
- Both
- BOTH
- None
- NONE
- Int
Value - INT_VALUE
- Name
- NAME
- Both
- BOTH
- NONE
- NONE
- INT_VALUE
- INT_VALUE
- NAME
- NAME
- BOTH
- BOTH
- "NONE"
- NONE
- "INT_VALUE"
- INT_VALUE
- "NAME"
- NAME
- "BOTH"
- BOTH
TaskOptionsLogLevel
- Off
- OFF
- Basic
- BASIC
- Transfer
- TRANSFER
- Task
Options Log Level Off - OFF
- Task
Options Log Level Basic - BASIC
- Task
Options Log Level Transfer - TRANSFER
- Off
- OFF
- Basic
- BASIC
- Transfer
- TRANSFER
- Off
- OFF
- Basic
- BASIC
- Transfer
- TRANSFER
- OFF
- OFF
- BASIC
- BASIC
- TRANSFER
- TRANSFER
- "OFF"
- OFF
- "BASIC"
- BASIC
- "TRANSFER"
- TRANSFER
TaskOptionsMtime
- None
- NONE
- Preserve
- PRESERVE
- Task
Options Mtime None - NONE
- Task
Options Mtime Preserve - PRESERVE
- None
- NONE
- Preserve
- PRESERVE
- None
- NONE
- Preserve
- PRESERVE
- NONE
- NONE
- PRESERVE
- PRESERVE
- "NONE"
- NONE
- "PRESERVE"
- PRESERVE
TaskOptionsObjectTags
- Preserve
- PRESERVE
- None
- NONE
- Task
Options Object Tags Preserve - PRESERVE
- Task
Options Object Tags None - NONE
- Preserve
- PRESERVE
- None
- NONE
- Preserve
- PRESERVE
- None
- NONE
- PRESERVE
- PRESERVE
- NONE
- NONE
- "PRESERVE"
- PRESERVE
- "NONE"
- NONE
TaskOptionsOverwriteMode
- Always
- ALWAYS
- Never
- NEVER
- Task
Options Overwrite Mode Always - ALWAYS
- Task
Options Overwrite Mode Never - NEVER
- Always
- ALWAYS
- Never
- NEVER
- Always
- ALWAYS
- Never
- NEVER
- ALWAYS
- ALWAYS
- NEVER
- NEVER
- "ALWAYS"
- ALWAYS
- "NEVER"
- NEVER
TaskOptionsPosixPermissions
- None
- NONE
- Preserve
- PRESERVE
- Task
Options Posix Permissions None - NONE
- Task
Options Posix Permissions Preserve - PRESERVE
- None
- NONE
- Preserve
- PRESERVE
- None
- NONE
- Preserve
- PRESERVE
- NONE
- NONE
- PRESERVE
- PRESERVE
- "NONE"
- NONE
- "PRESERVE"
- PRESERVE
TaskOptionsPreserveDeletedFiles
- Preserve
- PRESERVE
- Remove
- REMOVE
- Task
Options Preserve Deleted Files Preserve - PRESERVE
- Task
Options Preserve Deleted Files Remove - REMOVE
- Preserve
- PRESERVE
- Remove
- REMOVE
- Preserve
- PRESERVE
- Remove
- REMOVE
- PRESERVE
- PRESERVE
- REMOVE
- REMOVE
- "PRESERVE"
- PRESERVE
- "REMOVE"
- REMOVE
TaskOptionsPreserveDevices
- None
- NONE
- Preserve
- PRESERVE
- Task
Options Preserve Devices None - NONE
- Task
Options Preserve Devices Preserve - PRESERVE
- None
- NONE
- Preserve
- PRESERVE
- None
- NONE
- Preserve
- PRESERVE
- NONE
- NONE
- PRESERVE
- PRESERVE
- "NONE"
- NONE
- "PRESERVE"
- PRESERVE
TaskOptionsSecurityDescriptorCopyFlags
- None
- NONE
- Owner
Dacl - OWNER_DACL
- Owner
Dacl Sacl - OWNER_DACL_SACL
- Task
Options Security Descriptor Copy Flags None - NONE
- Task
Options Security Descriptor Copy Flags Owner Dacl - OWNER_DACL
- Task
Options Security Descriptor Copy Flags Owner Dacl Sacl - OWNER_DACL_SACL
- None
- NONE
- Owner
Dacl - OWNER_DACL
- Owner
Dacl Sacl - OWNER_DACL_SACL
- None
- NONE
- Owner
Dacl - OWNER_DACL
- Owner
Dacl Sacl - OWNER_DACL_SACL
- NONE
- NONE
- OWNER_DACL
- OWNER_DACL
- OWNER_DACL_SACL
- OWNER_DACL_SACL
- "NONE"
- NONE
- "OWNER_DACL"
- OWNER_DACL
- "OWNER_DACL_SACL"
- OWNER_DACL_SACL
TaskOptionsTaskQueueing
- Enabled
- ENABLED
- Disabled
- DISABLED
- Task
Options Task Queueing Enabled - ENABLED
- Task
Options Task Queueing Disabled - DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- ENABLED
- ENABLED
- DISABLED
- DISABLED
- "ENABLED"
- ENABLED
- "DISABLED"
- DISABLED
TaskOptionsTransferMode
- Changed
- CHANGED
- All
- ALL
- Task
Options Transfer Mode Changed - CHANGED
- Task
Options Transfer Mode All - ALL
- Changed
- CHANGED
- All
- ALL
- Changed
- CHANGED
- All
- ALL
- CHANGED
- CHANGED
- ALL
- ALL
- "CHANGED"
- CHANGED
- "ALL"
- ALL
TaskOptionsUid
- None
- NONE
- Int
Value - INT_VALUE
- Name
- NAME
- Both
- BOTH
- Task
Options Uid None - NONE
- Task
Options Uid Int Value - INT_VALUE
- Task
Options Uid Name - NAME
- Task
Options Uid Both - BOTH
- None
- NONE
- Int
Value - INT_VALUE
- Name
- NAME
- Both
- BOTH
- None
- NONE
- Int
Value - INT_VALUE
- Name
- NAME
- Both
- BOTH
- NONE
- NONE
- INT_VALUE
- INT_VALUE
- NAME
- NAME
- BOTH
- BOTH
- "NONE"
- NONE
- "INT_VALUE"
- INT_VALUE
- "NAME"
- NAME
- "BOTH"
- BOTH
TaskOptionsVerifyMode
- Point
In Time Consistent - POINT_IN_TIME_CONSISTENT
- Only
Files Transferred - ONLY_FILES_TRANSFERRED
- None
- NONE
- Task
Options Verify Mode Point In Time Consistent - POINT_IN_TIME_CONSISTENT
- Task
Options Verify Mode Only Files Transferred - ONLY_FILES_TRANSFERRED
- Task
Options Verify Mode None - NONE
- Point
In Time Consistent - POINT_IN_TIME_CONSISTENT
- Only
Files Transferred - ONLY_FILES_TRANSFERRED
- None
- NONE
- Point
In Time Consistent - POINT_IN_TIME_CONSISTENT
- Only
Files Transferred - ONLY_FILES_TRANSFERRED
- None
- NONE
- POINT_IN_TIME_CONSISTENT
- POINT_IN_TIME_CONSISTENT
- ONLY_FILES_TRANSFERRED
- ONLY_FILES_TRANSFERRED
- NONE
- NONE
- "POINT_IN_TIME_CONSISTENT"
- POINT_IN_TIME_CONSISTENT
- "ONLY_FILES_TRANSFERRED"
- ONLY_FILES_TRANSFERRED
- "NONE"
- NONE
TaskSchedule
- Schedule
Expression string A cron expression that specifies when AWS DataSync initiates a scheduled transfer from a source to a destination location
- Schedule
Expression string A cron expression that specifies when AWS DataSync initiates a scheduled transfer from a source to a destination location
- schedule
Expression String A cron expression that specifies when AWS DataSync initiates a scheduled transfer from a source to a destination location
- schedule
Expression string A cron expression that specifies when AWS DataSync initiates a scheduled transfer from a source to a destination location
- schedule_
expression str A cron expression that specifies when AWS DataSync initiates a scheduled transfer from a source to a destination location
- schedule
Expression String A cron expression that specifies when AWS DataSync initiates a scheduled transfer from a source to a destination location
TaskStatus
- Available
- AVAILABLE
- Creating
- CREATING
- Queued
- QUEUED
- Running
- RUNNING
- Unavailable
- UNAVAILABLE
- Task
Status Available - AVAILABLE
- Task
Status Creating - CREATING
- Task
Status Queued - QUEUED
- Task
Status Running - RUNNING
- Task
Status Unavailable - UNAVAILABLE
- Available
- AVAILABLE
- Creating
- CREATING
- Queued
- QUEUED
- Running
- RUNNING
- Unavailable
- UNAVAILABLE
- Available
- AVAILABLE
- Creating
- CREATING
- Queued
- QUEUED
- Running
- RUNNING
- Unavailable
- UNAVAILABLE
- AVAILABLE
- AVAILABLE
- CREATING
- CREATING
- QUEUED
- QUEUED
- RUNNING
- RUNNING
- UNAVAILABLE
- UNAVAILABLE
- "AVAILABLE"
- AVAILABLE
- "CREATING"
- CREATING
- "QUEUED"
- QUEUED
- "RUNNING"
- RUNNING
- "UNAVAILABLE"
- UNAVAILABLE
TaskTag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0