Values.WebAppConfigurationSourceConfiguration for the Domain web application, including Identity Center settings. If provided, all fields are required.
type nonrec t = {ehrRole : WebAppConfigurationEhrRoleString.t option;ARN of the IAM role used for EHR operations.
*)idcApplicationId : WebAppConfigurationIdcApplicationIdString.t option;The Identity Center application ID associated with this Domain.
*)idcRegion : WebAppConfigurationIdcRegionString.t option;The AWS region where Identity Center is configured.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of WebAppConfigurationEhrRoleString.t ]) list ]