GetBridgeSourcePlainArgs

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

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 name of the source.

Functions

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