CreateFlowRequest

Creates a new flow. The request must include one source. The request optionally can include outputs (up to 50) and entitlements (up to 50).

Types

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

Properties

Link copied to clipboard

The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS Region.

Link copied to clipboard

The entitlements that you want to grant on a flow.

Link copied to clipboard

Create maintenance setting for a flow

Link copied to clipboard

The media streams that you want to add to the flow. You can associate these media streams with sources and outputs on the flow.

Link copied to clipboard
val name: String?

The name of the flow.

Link copied to clipboard

The outputs that you want to add to this flow.

Link copied to clipboard

The settings for the source of the flow.

Link copied to clipboard

The settings for source failover.

Link copied to clipboard
Link copied to clipboard

The VPC interfaces you want on the flow.

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