glue_list_connection_types {paws.analytics}R Documentation

The ListConnectionTypes API provides a discovery mechanism to learn available connection types in Glue

Description

The list_connection_types 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 create_connection API.

See https://www.paws-r-sdk.com/docs/glue_list_connection_types/ for full documentation.

Usage

glue_list_connection_types(MaxResults = NULL, NextToken = NULL)

Arguments

MaxResults

The maximum number of results to return.

NextToken

A continuation token, if this is a continuation call.


[Package paws.analytics version 0.9.0 Index]