Workflow

class Workflow

Represents a workflow in a Region switch plan. A workflow defines a sequence of steps to execute during a Region switch.

Types

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

Properties

Link copied to clipboard
val steps: List<Step>?

The steps that make up the workflow.

Link copied to clipboard

The description of the workflow.

Link copied to clipboard

The action that the workflow performs. Valid values include ACTIVATE and DEACTIVATE.

Link copied to clipboard

The Amazon Web Services Region that the workflow targets.

Functions

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