Bridge

class Bridge

A Bridge is the connection between your data center's Instances and the Amazon Web Services cloud. A bridge can be used to send video from the Amazon Web Services cloud to your data center or from your data center to the Amazon Web Services 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

Messages with details about the bridge.

Link copied to clipboard

The state of the bridge.

Link copied to clipboard

An egress bridge is a cloud-to-ground bridge. The content comes from an existing MediaConnect flow and is delivered to your premises.

Link copied to clipboard

An ingress bridge is a ground-to-cloud bridge. The content originates at your premises and is delivered to the cloud.

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