WorkflowArgs

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)

Properties

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

A textual description for the workflow.

Link copied to clipboard
val onExceptionSteps: Output<List<WorkflowStepArgs>>? = null

Specifies the steps (actions) to take if any errors are encountered during execution of the workflow.

Link copied to clipboard
val steps: Output<List<WorkflowStepArgs>>? = null

Specifies the details for the steps that are in the specified workflow.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

Key-value pairs that can be used to group and search for workflows. Tags are metadata attached to workflows for any purpose.

Functions

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