Values.CreateConnectorRequestSourceCreate Connector.
type nonrec t = {name : ConnectorName.t;Create Connector request name.
*)ssmInstanceID : SsmInstanceID.t;Create Connector request SSM instance ID.
*)ssmCommandConfig : ConnectorSsmCommandConfig.t option;Create Connector request SSM command config.
*)}val make :
?tags:??? ->
?ssmCommandConfig:??? ->
name:ConnectorName.t ->
ssmInstanceID:SsmInstanceID.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ConnectorName.t
| `Structure of
(string * [> `Boolean of Boolean.t | `String of S3BucketName.t ])
list ])
list ]