Values.InstanceConfigSourceInstance config object
type nonrec t = {connectInstanceId : InstanceId.t option;serviceLinkedRoleArn : ServiceLinkedRoleArn.t option;encryptionConfig : EncryptionConfig.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `String of InstanceId.t
| `Structure of
(string
* [> `Boolean of Enabled.t
| `Enum of string
| `String of EncryptionKey.t ])
list ])
list ]