BridgeOutputResourceArgs

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)

Properties

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

The Amazon Resource Number (ARN) of the bridge.

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

The network output name.

Link copied to clipboard

The output of the bridge.

Functions

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