Workflow Step Decrypt Step Details Properties Args
data class WorkflowStepDecryptStepDetailsPropertiesArgs(val destinationFileLocation: Output<WorkflowInputFileLocationArgs>? = null, val name: Output<String>? = null, val overwriteExisting: Output<WorkflowStepDecryptStepDetailsPropertiesOverwriteExisting>? = null, val sourceFileLocation: Output<String>? = null, val type: Output<WorkflowStepDecryptStepDetailsPropertiesType>? = null) : ConvertibleToJava<WorkflowStepDecryptStepDetailsPropertiesArgs>
Details for a step that performs a file decryption.
Constructors
Link copied to clipboard
fun WorkflowStepDecryptStepDetailsPropertiesArgs(destinationFileLocation: Output<WorkflowInputFileLocationArgs>? = null, name: Output<String>? = null, overwriteExisting: Output<WorkflowStepDecryptStepDetailsPropertiesOverwriteExisting>? = null, sourceFileLocation: Output<String>? = null, type: Output<WorkflowStepDecryptStepDetailsPropertiesType>? = null)