Values.IdentityCenterOptionsStatusSourceThe status of IAM Identity Center configuration settings for a domain.
type nonrec t = {options : IdentityCenterOptions.t option;Configuration settings for IAM Identity Center integration.
*)status : OptionStatus.t option;The status of IAM Identity Center configuration settings for a domain.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of UIntValue.t
| `String of IdentityCenterInstanceARN.t
| `Timestamp of UpdateTimestamp.t ])
list ])
list ]