RouterOutput

A router output in AWS Elemental MediaConnect. A router output is a destination for media content that can receive input from one or more router inputs.

Types

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

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the router output.

Link copied to clipboard

The Availability Zone of the router output.

Link copied to clipboard

The configuration settings for a router output.

Link copied to clipboard

The timestamp when the router output was created.

Link copied to clipboard
val id: String

The unique identifier of the router output.

Link copied to clipboard

The IP address of the router output.

Link copied to clipboard

The maintenance configuration settings applied to this router output.

Link copied to clipboard

The current maintenance schedule details for this router output.

Link copied to clipboard

The type of maintenance schedule currently in effect for this router output.

Link copied to clipboard

The type of maintenance configuration applied to this router output.

Link copied to clipboard

The maximum bitrate for the router output.

Link copied to clipboard

The messages associated with the router output.

Link copied to clipboard

The name of the router output.

Link copied to clipboard

The type of the router output.

Link copied to clipboard

The AWS Region where the router output is located.

Link copied to clipboard

The Amazon Resource Name (ARN) of the router input associated with the output.

Link copied to clipboard

The current state of the association between the router output and its input.

Link copied to clipboard

Indicates whether the router output is configured for Regional or global routing.

Link copied to clipboard

The overall state of the router output.

Link copied to clipboard

Information about the router output's stream, including connection state and destination details. The specific details provided vary based on the router output type.

Link copied to clipboard

Key-value pairs that can be used to tag and organize this router output.

Link copied to clipboard

The tier level of the router output.

Link copied to clipboard

The timestamp when the router output was last updated.

Functions

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