Workflow Args
data class WorkflowArgs(val description: Output<String>? = null, val onExceptionSteps: Output<List<WorkflowStepArgs>>? = null, val steps: Output<List<WorkflowStepArgs>>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<WorkflowArgs>
Resource Type definition for AWS::Transfer::Workflow
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, onExceptionSteps: Output<List<WorkflowStepArgs>>? = null, steps: Output<List<WorkflowStepArgs>>? = null, tags: Output<List<TagArgs>>? = null)