GetBridgeResult

data class GetBridgeResult(val bridgeArn: String? = null, val bridgeState: BridgeStateEnum? = null, val egressGatewayBridge: BridgeEgressGatewayBridge? = null, val ingressGatewayBridge: BridgeIngressGatewayBridge? = null, val name: String? = null, val outputs: List<BridgeOutput>? = null, val placementArn: String? = null, val sourceFailoverConfig: BridgeFailoverConfig? = null, val sources: List<BridgeSource>? = null)

Constructors

Link copied to clipboard
constructor(bridgeArn: String? = null, bridgeState: BridgeStateEnum? = null, egressGatewayBridge: BridgeEgressGatewayBridge? = null, ingressGatewayBridge: BridgeIngressGatewayBridge? = null, name: String? = null, outputs: List<BridgeOutput>? = null, placementArn: String? = null, sourceFailoverConfig: BridgeFailoverConfig? = null, sources: List<BridgeSource>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bridgeArn: String? = null

The Amazon Resource Number (ARN) of the bridge.

Link copied to clipboard

The current status of the bridge. Possible values are: ACTIVE or STANDBY.

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? = null

The name of the bridge.

Link copied to clipboard
val outputs: List<BridgeOutput>? = null

The outputs on this bridge.

Link copied to clipboard
val placementArn: String? = null

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

Link copied to clipboard

The settings for source failover.

Link copied to clipboard
val sources: List<BridgeSource>? = null

The sources on this bridge.