listConnectionTypes
abstract suspend fun listConnectionTypes(input: ListConnectionTypesRequest = ListConnectionTypesRequest { }): ListConnectionTypesResponse
The ListConnectionTypes
API provides a discovery mechanism to learn available connection types in Glue. The response contains a list of connection types with high-level details of what is supported for each connection type. The connection types listed are the set of supported options for the ConnectionType
value in the CreateConnection
API.