Bridge Args
data class BridgeArgs(val egressGatewayBridge: Output<BridgeEgressGatewayBridgeArgs>? = null, val ingressGatewayBridge: Output<BridgeIngressGatewayBridgeArgs>? = null, val name: Output<String>? = null, val outputs: Output<List<BridgeOutputArgs>>? = null, val placementArn: Output<String>? = null, val sourceFailoverConfig: Output<BridgeFailoverConfigArgs>? = null, val sources: Output<List<BridgeSourceArgs>>? = null) : ConvertibleToJava<BridgeArgs>
Resource schema for AWS::MediaConnect::Bridge
Constructors
Link copied to clipboard
constructor(egressGatewayBridge: Output<BridgeEgressGatewayBridgeArgs>? = null, ingressGatewayBridge: Output<BridgeIngressGatewayBridgeArgs>? = null, name: Output<String>? = null, outputs: Output<List<BridgeOutputArgs>>? = null, placementArn: Output<String>? = null, sourceFailoverConfig: Output<BridgeFailoverConfigArgs>? = null, sources: Output<List<BridgeSourceArgs>>? = null)
Properties
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
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.