FlowDetail

The full details of a flow, including its definition specifying the steps.

Types

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

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the flow.

Link copied to clipboard

The identifier of the principal who created the flow.

Link copied to clipboard

The time this flow was created.

Link copied to clipboard

The description of the flow.

Link copied to clipboard

The definition of the flow, specifying the steps and configurations. This is the flow definition in Quick Flow's internal format. The format is subject to change.

Link copied to clipboard

The unique identifier of the flow.

Link copied to clipboard

The identifier of the last principal who updated the flow.

Link copied to clipboard

The last time this flow was modified.

Link copied to clipboard

The display name of the flow.

Link copied to clipboard

The publish state of the flow. Valid values are DRAFT, PUBLISHED, or PENDING_APPROVAL.

Link copied to clipboard

A list of step alias mappings for the flow.

Functions

Link copied to clipboard
inline fun copy(block: FlowDetail.Builder.() -> Unit = {}): FlowDetail
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