Values_1.CreateConnectionRequestSourceCreates a connection definition in the Data Catalog. Connections used for creating federated resources require the IAM glue:PassConnection permission.
type nonrec t = {catalogId : Values_0.CatalogIdString.t option;The ID of the Data Catalog in which to create the connection. If none is provided, the Amazon Web Services account ID is used by default.
*)connectionInput : ConnectionInput.t;A ConnectionInput object defining the connection to create.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of Values_0.CatalogIdString.t
| `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `List of
[> `Enum of string | `String of Values_0.NameString.t ] list
| `Map of
([> `Enum of string | `String of PropertyKey.t ]
* [> `String of Values_0.ValueString.t ])
list
| `String of Values_0.NameString.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of Values_0.NameString.t ] list
| `Map of
([> `String of string ] * [> `String of string ]) list
| `String of Values_0.NameString.t
| `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of string ] * [> `String of string ])
list
| `String of string
| `Structure of (string * [> `String of string ]) list ])
list ])
list ])
list ])
list ]