GetBridgeOutputResourcePlainArgs

data class GetBridgeOutputResourcePlainArgs(val bridgeArn: String, val name: String) : ConvertibleToJava<GetBridgeOutputResourcePlainArgs>

Constructors

Link copied to clipboard
constructor(bridgeArn: String, name: String)

Properties

Link copied to clipboard

The Amazon Resource Number (ARN) of the bridge.

Link copied to clipboard

The network output name.

Functions

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