Values.GetConnectionInputSourceGets a connection. In Amazon DataZone, a connection enables you to connect your resources (domains, projects, and environments) to external resources and services.
type nonrec t = {domainIdentifier : DomainId.t;The ID of the domain where we get the connection.
*)identifier : ConnectionId.t;The connection ID.
*)withSecret : Boolean.t option;Specifies whether a connection has a secret.
*)}val make :
?withSecret:??? ->
domainIdentifier:DomainId.t ->
identifier:ConnectionId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of DomainId.t ]) list ]