Transfer Spec Args
data class TransferSpecArgs(val awsS3CompatibleDataSource: Output<AwsS3CompatibleDataArgs>? = null, val awsS3DataSource: Output<AwsS3DataArgs>? = null, val azureBlobStorageDataSource: Output<AzureBlobStorageDataArgs>? = null, val gcsDataSink: Output<GcsDataArgs>? = null, val gcsDataSource: Output<GcsDataArgs>? = null, val gcsIntermediateDataLocation: Output<GcsDataArgs>? = null, val httpDataSource: Output<HttpDataArgs>? = null, val objectConditions: Output<ObjectConditionsArgs>? = null, val posixDataSink: Output<PosixFilesystemArgs>? = null, val posixDataSource: Output<PosixFilesystemArgs>? = null, val sinkAgentPoolName: Output<String>? = null, val sourceAgentPoolName: Output<String>? = null, val transferManifest: Output<TransferManifestArgs>? = null, val transferOptions: Output<TransferOptionsArgs>? = null) : ConvertibleToJava<TransferSpecArgs>
Configuration for running a transfer.
Constructors
Link copied to clipboard
fun TransferSpecArgs(awsS3CompatibleDataSource: Output<AwsS3CompatibleDataArgs>? = null, awsS3DataSource: Output<AwsS3DataArgs>? = null, azureBlobStorageDataSource: Output<AzureBlobStorageDataArgs>? = null, gcsDataSink: Output<GcsDataArgs>? = null, gcsDataSource: Output<GcsDataArgs>? = null, gcsIntermediateDataLocation: Output<GcsDataArgs>? = null, httpDataSource: Output<HttpDataArgs>? = null, objectConditions: Output<ObjectConditionsArgs>? = null, posixDataSink: Output<PosixFilesystemArgs>? = null, posixDataSource: Output<PosixFilesystemArgs>? = null, sinkAgentPoolName: Output<String>? = null, sourceAgentPoolName: Output<String>? = null, transferManifest: Output<TransferManifestArgs>? = null, transferOptions: Output<TransferOptionsArgs>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard