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

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

Functions

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

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.