RouterSettings

This is the collection of settings that are used during the creation of a MediaConnect router input.

Types

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

Properties

Link copied to clipboard

Destinations for the input from MediaConnect Router. Provide one for a single-pipeline input and two for a standard input.

Link copied to clipboard

Encryption configuration for MediaConnect router. When using SECRETS_MANAGER encryption, you must provide the ARN of the secret used to encrypt data in transit. When using AUTOMATIC encryption, a service-managed secret will be used instead.

Link copied to clipboard

ARN of the secret used to encrypt this input.

Functions

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