destination File Location
suspend fun destinationFileLocation(value: Output<WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationArgs>)
suspend fun destinationFileLocation(value: WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationArgs?)
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 WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationArgsBuilder.() -> Unit)
Parameters
argument
Specifies the location for the file being copied. Use ${Transfer:username} in this field to parametrize the destination prefix by username.