Values_1.GetConnectionsRequestSourceRetrieves a list of connection definitions from the Data Catalog.
type nonrec t = {catalogId : Values_0.CatalogIdString.t option;The ID of the Data Catalog in which the connections reside. If none is provided, the Amazon Web Services account ID is used by default.
*)filter : GetConnectionsFilter.t option;A filter that controls which connections are returned.
*)hidePassword : Values_0.Boolean.t option;Allows you to retrieve the connection metadata without returning the password. For instance, the Glue console uses this flag to retrieve the connection, and does not display the password. Set this parameter when the caller might not have permission to use the KMS key to decrypt the password, but it does have permission to access the rest of the connection properties.
*)nextToken : Token.t option;A continuation token, if this is a continuation call.
*)maxResults : PageSize.t option;The maximum number of connections to return in one response.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Integer of PageSize.t
| `String of Values_0.CatalogIdString.t
| `Structure of
(string
* [> `Enum of string
| `Integer of ConnectionSchemaVersion.t
| `List of [> `String of Values_0.NameString.t ] list ])
list ])
list ]