Workflow Step Args
data class WorkflowStepArgs(val copyStepDetails: Output<WorkflowStepCopyStepDetailsArgs>? = null, val customStepDetails: Output<WorkflowStepCustomStepDetailsArgs>? = null, val decryptStepDetails: Output<WorkflowStepDecryptStepDetailsArgs>? = null, val deleteStepDetails: Output<WorkflowStepDeleteStepDetailsArgs>? = null, val tagStepDetails: Output<WorkflowStepTagStepDetailsArgs>? = null, val type: Output<String>) : ConvertibleToJava<WorkflowStepArgs>
Constructors
Link copied to clipboard
constructor(copyStepDetails: Output<WorkflowStepCopyStepDetailsArgs>? = null, customStepDetails: Output<WorkflowStepCustomStepDetailsArgs>? = null, decryptStepDetails: Output<WorkflowStepDecryptStepDetailsArgs>? = null, deleteStepDetails: Output<WorkflowStepDeleteStepDetailsArgs>? = null, tagStepDetails: Output<WorkflowStepTagStepDetailsArgs>? = null, type: Output<String>)
Properties
Link copied to clipboard
Details for a step that performs a file copy. See Copy Step Details below.
Link copied to clipboard
Details for a step that invokes a lambda function.
Link copied to clipboard
Details for a step that decrypts the file.
Link copied to clipboard
Details for a step that deletes the file.
Link copied to clipboard
Details for a step that creates one or more tags.