CreateFlowRequest

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 Amazon Web Services Region.

Link copied to clipboard

The entitlements that you want to grant on a flow.

Link copied to clipboard

Determines the processing capacity and feature set of the flow. Set this optional parameter to LARGE if you want to enable NDI outputs on the flow.

Link copied to clipboard

The maintenance settings you want to use for the 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

Specifies the configuration settings for NDI outputs. Required when the flow includes NDI outputs.

Link copied to clipboard

The outputs that you want to add to this flow.

Link copied to clipboard

The settings for the source that you want to use for the new flow.

Link copied to clipboard

The settings for source failover.

Link copied to clipboard

The settings for source monitoring.

Link copied to clipboard

The sources that are assigned to the flow.

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