GetConnectorPlainArgs

data class GetConnectorPlainArgs(val connectorLabel: String) : ConvertibleToJava<GetConnectorPlainArgs>

Constructors

Link copied to clipboard
constructor(connectorLabel: String)

Properties

Link copied to clipboard

The name of the connector. The name is unique for each ConnectorRegistration in your AWS account.

Functions

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