Values.DescribedIdentityCenterConfigSourceA structure that contains the details of the IAM Identity Center used for your web app. Returned during a call to DescribeWebApp.
type nonrec t = {applicationArn : IdentityCenterApplicationArn.t option;The Amazon Resource Name (ARN) for the IAM Identity Center application: this value is set automatically when you create your web app.
*)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 IdentityCenterApplicationArn.t ]) list ]