Values.IdentityCenterConfigurationSourceSpecifies whether the workgroup is IAM Identity Center supported.
type nonrec t = {enableIdentityCenter : BoxedBoolean.t option;Specifies whether the workgroup is IAM Identity Center supported.
*)identityCenterInstanceArn : IdentityCenterInstanceArn.t option;The IAM Identity Center instance ARN that the workgroup associates to.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BoxedBoolean.t
| `String of IdentityCenterInstanceArn.t ])
list ]