UpdateFlowOutputRequest

Types

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

Properties

Link copied to clipboard

The range of IP addresses that should be allowed to initiate output requests to this flow. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.

Link copied to clipboard

A description of the output. This description appears only on the MediaConnect console and will not be seen by the end user.

Link copied to clipboard

The IP address where you want to send the output.

Link copied to clipboard

The type of key used for the encryption. If no keyType is provided, the service will use the default setting (static-key). Allowable encryption types: static-key.

Link copied to clipboard

The Amazon Resource Name (ARN) of the flow that is associated with the output that you want to update.

Link copied to clipboard

The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.

Link copied to clipboard

The media streams that are associated with the output, and the parameters for those associations.

Link copied to clipboard

The minimum latency in milliseconds for SRT-based streams. In streams that use the SRT protocol, this value that you set on your MediaConnect source or output represents the minimal potential latency of that connection. The latency of the stream is set to the highest number between the sender’s minimum latency and the receiver’s minimum latency.

Link copied to clipboard

A suffix for the names of the NDI sources that the flow creates. If a custom name isn't specified, MediaConnect uses the output name.

Link copied to clipboard

A quality setting for the NDI Speed HQ encoder.

Link copied to clipboard

The ARN of the output that you want to update.

Link copied to clipboard

An indication of whether the output should transmit data or not. If you don't specify the outputStatus field in your request, MediaConnect leaves the value unchanged.

Link copied to clipboard
val port: Int?

The port to use when content is distributed to this output.

Link copied to clipboard

The protocol to use for the output.

Link copied to clipboard

The remote ID for the Zixi-pull stream.

Link copied to clipboard

The port that the flow uses to send outbound requests to initiate connection with the sender.

Link copied to clipboard

The IP address that the flow communicates with to initiate connection with the sender.

Link copied to clipboard

The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.

Link copied to clipboard

The stream ID that you want to use for this transport. This parameter applies only to Zixi and SRT caller-based streams.

Link copied to clipboard

The name of the VPC interface attachment to use for this output.

Functions

Link copied to clipboard
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