DescribedWorkflow

Describes the properties of the specified workflow

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

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

Link copied to clipboard

Specifies the text description for the workflow.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val tags: 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

A unique identifier for the workflow.

Functions

Link copied to clipboard
inline fun copy(block: DescribedWorkflow.Builder.() -> Unit = {}): DescribedWorkflow
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String