Output

class Output

The settings for an output.

Types

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

Properties

Link copied to clipboard

The ARN of the bridge that added this output.

Link copied to clipboard

The bridge output ports currently in use.

Link copied to clipboard

Percentage from 0-100 of the data transfer cost to be billed to the subscriber.

Link copied to clipboard

A description of the output.

Link copied to clipboard

The 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).

Link copied to clipboard

The ARN of the entitlement on the originator''s flow. This value is relevant only on entitled flows.

Link copied to clipboard

The IP address that the receiver requires in order to establish a connection with the flow. For public networking, the ListenerAddress is represented by the elastic IP address of the flow. For private networking, the ListenerAddress is represented by the elastic network interface IP address of the VPC. This field applies only to outputs that use the Zixi pull or SRT listener protocol.

Link copied to clipboard

The input ARN of the AWS Elemental MediaLive channel. This parameter is relevant only for outputs that were added by creating a MediaLive input.

Link copied to clipboard

The configuration for each media stream that is associated with the output.

Link copied to clipboard
val name: String?

The name of the output. This value must be unique within the current flow.

Link copied to clipboard

The ARN of the output.

Link copied to clipboard
val port: Int?

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

Link copied to clipboard

Attributes related to the transport stream that are used in the output.

Link copied to clipboard

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

Functions

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