Bridge

class Bridge

A Bridge is the connection between your datacenter's Instances and the AWS cloud. A bridge can be used to send video from the AWS cloud to your datacenter or from your datacenter to the AWS cloud.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Number (ARN) of the bridge.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val name: String?

The name of the bridge.

Link copied to clipboard

The outputs on this bridge.

Link copied to clipboard

The placement Amazon Resource Number (ARN) of the bridge.

Link copied to clipboard

The settings for source failover.

Link copied to clipboard

The sources on this bridge.

Functions

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