Bridge Output Resource Args
data class BridgeOutputResourceArgs(val bridgeArn: Output<String>? = null, val name: Output<String>? = null, val networkOutput: Output<BridgeOutputResourceBridgeNetworkOutputArgs>? = null) : ConvertibleToJava<BridgeOutputResourceArgs>
Resource schema for AWS::MediaConnect::BridgeOutput
Constructors
Link copied to clipboard
constructor(bridgeArn: Output<String>? = null, name: Output<String>? = null, networkOutput: Output<BridgeOutputResourceBridgeNetworkOutputArgs>? = null)