listConnectionTypes
inline suspend fun GlueClient.listConnectionTypes(crossinline block: ListConnectionTypesRequest.Builder.() -> Unit): 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.