Flow

class Flow

The settings for a flow, including its source, outputs, and entitlements.

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.

Link copied to clipboard

A description of the flow. This value is not used or seen outside of the current AWS Elemental MediaConnect account.

Link copied to clipboard

The IP address from which video will be sent to output destinations.

Link copied to clipboard

The entitlements in this flow.

Link copied to clipboard

The Amazon Resource Name (ARN) of the flow.

Link copied to clipboard

The maintenance setting of a flow

Link copied to clipboard

The media streams that are associated with the flow. After you associate a media stream with a source, you can also associate it with outputs on the flow.

Link copied to clipboard
val name: String?

The name of the flow.

Link copied to clipboard

The outputs in 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 current status of the flow.

Link copied to clipboard

The VPC Interfaces for this flow.

Functions

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