describeConnectionType
abstract suspend fun describeConnectionType(input: DescribeConnectionTypeRequest): DescribeConnectionTypeResponse
The DescribeConnectionType API provides full details of the supported options for a given connection type in Glue. The response includes authentication configuration details that show supported authentication types and properties, and RestConfiguration for custom REST-based connection types registered via RegisterConnectionType.
See also: ListConnectionTypes, RegisterConnectionType, DeleteConnectionType