Values.UpdateConnectionInputSourceUpdates 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 = {configurations : Configurations.t option;The configurations of the connection.
*)domainIdentifier : DomainId.t;The ID of the domain where a connection is to be updated.
*)identifier : ConnectionId.t;The ID of the connection to be updated.
*)description : UpdateConnectionInputDescriptionString.t option;The description of a connection.
*)awsLocation : AwsLocation.t option;The location where a connection is to be updated.
*)props : ConnectionPropertiesPatch.t option;The connection props.
*)}val make :
?configurations:??? ->
?description:??? ->
?awsLocation:??? ->
?props:??? ->
domainIdentifier:DomainId.t ->
identifier:ConnectionId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Map of
([> `String of PropertyMapKeyString.t ]
* [> `String of PropertyMapValueString.t ])
list
| `String of ConfigurationClassificationString.t ])
list ]
list
| `String of DomainId.t
| `Structure of
(string
* [> `String of AwsLocationAccessRoleString.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of Integer.t
| `String of AthenaPropertiesPatchWorkgroupNameString.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Map of
([> `String of String_.t ]
* [> `String of ConnectionPropertiesValueString.t ])
list
| `String of String_.t
| `Structure of
(string
* [> `String of
AuthenticationConfigurationPatchSecretArnString.t
| `Structure of
(string
* [> `String of
BasicAuthenticationCredentialsUserNameString.t ])
list ])
list ])
list ])
list ])
list ])
list ]