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
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)