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