destination File Location
suspend fun destinationFileLocation(value: Output<WorkflowStepCopyStepDetailsDestinationFileLocationArgs>)
Parameters
value
Specifies the location for the file being copied. Use ${Transfer:username} in this field to parametrize the destination prefix by username.
suspend fun destinationFileLocation(argument: suspend WorkflowStepCopyStepDetailsDestinationFileLocationArgsBuilder.() -> Unit)
Parameters
argument
Specifies the location for the file being copied. Use ${Transfer:username} in this field to parametrize the destination prefix by username.