WorkflowStepDecryptStepDetailsPropertiesArgs

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

constructor(destinationFileLocation: Output<WorkflowInputFileLocationArgs>, name: Output<String>? = null, overwriteExisting: Output<WorkflowStepDecryptStepDetailsPropertiesOverwriteExisting>? = null, sourceFileLocation: Output<String>? = null, type: Output<WorkflowStepDecryptStepDetailsPropertiesType>)

Properties

Link copied to clipboard
val name: Output<String>? = null

The name of the step, used as an identifier.

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
val sourceFileLocation: Output<String>? = null

Specifies which file to use as input to the workflow step.

Link copied to clipboard

Specifies which encryption method to use.

Functions

Link copied to clipboard
open override fun toJava(): WorkflowStepDecryptStepDetailsPropertiesArgs