BridgeArgs

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
fun BridgeArgs(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)

Functions

Link copied to clipboard
open override fun toJava(): BridgeArgs

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val name: Output<String>? = null

The name of the bridge.

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

The outputs on this bridge.

Link copied to clipboard
val placementArn: Output<String>? = null

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

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

The sources on this bridge.