CreateBridgeRequest

Creates a new bridge. The request must include one source.

Types

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

Properties

Link copied to clipboard

Create a bridge with the egress bridge type. 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

Create a bridge with the ingress bridge type. 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. This name can not be modified after the bridge is created.

Link copied to clipboard

The outputs that you want to add to this bridge.

Link copied to clipboard

The bridge placement Amazon Resource Number (ARN).

Link copied to clipboard

The settings for source failover.

Link copied to clipboard

The sources that you want to add to this bridge.

Functions

Link copied to clipboard
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