Workflow Step Decrypt Step Details Properties Args
data class WorkflowStepDecryptStepDetailsPropertiesArgs(val destinationFileLocation: Output<WorkflowInputFileLocationArgs>, val name: Output<String>? = null, val overwriteExisting: Output<WorkflowStepDecryptStepDetailsPropertiesOverwriteExisting>? = null, val sourceFileLocation: Output<String>? = null, val type: Output<WorkflowStepDecryptStepDetailsPropertiesType>) : ConvertibleToJava<WorkflowStepDecryptStepDetailsPropertiesArgs>
Details for a step that performs a file decryption.
Constructors
Link copied to clipboard
constructor(destinationFileLocation: Output<WorkflowInputFileLocationArgs>, name: Output<String>? = null, overwriteExisting: Output<WorkflowStepDecryptStepDetailsPropertiesOverwriteExisting>? = null, sourceFileLocation: Output<String>? = null, type: Output<WorkflowStepDecryptStepDetailsPropertiesType>)
Properties
Link copied to clipboard
Link copied to clipboard
A flag that indicates whether or not to overwrite an existing file of the same name. The default is FALSE.
Link copied to clipboard
Specifies which file to use as input to the workflow step.
Link copied to clipboard
Specifies which encryption method to use.