WorkflowStepDecryptStepDetailsPropertiesArgs

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

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

Functions

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

Properties

Link copied to clipboard
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.