BridgeSourceArgs

data class BridgeSourceArgs(val bridgeArn: Output<String>? = null, val flowSource: Output<BridgeSourceBridgeFlowSourceArgs>? = null, val name: Output<String>? = null, val networkSource: Output<BridgeSourceBridgeNetworkSourceArgs>? = null) : ConvertibleToJava<BridgeSourceArgs>

Resource schema for AWS::MediaConnect::BridgeSource

Constructors

Link copied to clipboard
constructor(bridgeArn: Output<String>? = null, flowSource: Output<BridgeSourceBridgeFlowSourceArgs>? = null, name: Output<String>? = null, networkSource: Output<BridgeSourceBridgeNetworkSourceArgs>? = null)

Properties

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

The Amazon Resource Number (ARN) of the bridge.

Link copied to clipboard

The source of the flow.

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

The name of the source.

Link copied to clipboard

The source of the network.

Functions

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