CreateFlowRequest

Types

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

Properties

Link copied to clipboard

The ID of the Amazon Web Services account where you want to create the flow.

Link copied to clipboard

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

Link copied to clipboard

The description for 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
val name: String?

The display name for the flow.

Link copied to clipboard

Initial permissions for the flow. If omitted, the flow is created without any permissions.

Functions

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