WorkflowStepDeleteStepDetailsPropertiesArgs

data class WorkflowStepDeleteStepDetailsPropertiesArgs(val name: Output<String>? = null, val sourceFileLocation: Output<String>? = null) : ConvertibleToJava<WorkflowStepDeleteStepDetailsPropertiesArgs>

Details for a step that deletes the file.

Constructors

constructor(name: Output<String>? = null, sourceFileLocation: Output<String>? = null)

Properties

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

The name of the step, used as an identifier.

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

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

Functions

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