Values_1.InstanceSourceThe Amazon Connect instance.
type nonrec t = {id : Values_0.InstanceId.t option;The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
*)arn : Values_0.ARN.t option;The Amazon Resource Name (ARN) of the instance.
*)identityManagementType : Values_0.DirectoryType.t option;The identity management type.
*)instanceAlias : Values_0.DirectoryAlias.t option;The alias of instance.
*)createdTime : Values_0.Timestamp.t option;When the instance was created.
*)serviceRole : Values_0.ARN.t option;The service role of the instance.
*)instanceStatus : InstanceStatus.t option;The state of the instance.
*)statusReason : InstanceStatusReason.t option;Relevant details why the instance was not successfully created.
*)inboundCallsEnabled : Values_0.InboundCallsEnabled.t option;Whether inbound calls are enabled.
*)outboundCallsEnabled : Values_0.OutboundCallsEnabled.t option;Whether outbound calls are enabled.
*)instanceAccessUrl : Url.t option;This URL allows contact center users to access the Amazon Connect admin website.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.InboundCallsEnabled.t
| `Enum of string
| `Map of ([> `String of string ] * [> `String of string ]) list
| `String of Values_0.InstanceId.t
| `Structure of (string * [> `String of Values_0.String_.t ]) list
| `Timestamp of Values_0.Timestamp.t ])
list ]