Values.IdentityCenterConfigSourceA structure that describes the values to use for the IAM Identity Center settings when you create or update a web app.
type nonrec t = {instanceArn : IdentityCenterInstanceArn.t option;The Amazon Resource Name (ARN) for the IAM Identity Center used for the web app.
*)role : Role.t option;The IAM role in IAM Identity Center used for the web app.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of IdentityCenterInstanceArn.t ]) list ]