Workflow

class Workflow : KotlinCustomResource

Resource Type definition for AWS::Transfer::Workflow

Properties

Link copied to clipboard
val arn: Output<String>

Specifies the unique Amazon Resource Name (ARN) for the workflow.

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

A textual description for the workflow.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

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

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val steps: Output<List<WorkflowStep>>

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

Link copied to clipboard
val tags: Output<List<Tag>>?

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

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val workflowId: Output<String>

A unique identifier for the workflow.