Module Values.WebAppConfigurationSource

Configuration for the Domain web application, including Identity Center settings. If provided, all fields are required.

Sourcetype nonrec t = {
  1. ehrRole : WebAppConfigurationEhrRoleString.t option;
    (*

    ARN of the IAM role used for EHR operations.

    *)
  2. idcApplicationId : WebAppConfigurationIdcApplicationIdString.t option;
    (*

    The Identity Center application ID associated with this Domain.

    *)
  3. idcRegion : WebAppConfigurationIdcRegionString.t option;
    (*

    The AWS region where Identity Center is configured.

    *)
}
Sourceval make : ?ehrRole:??? -> ?idcApplicationId:??? -> ?idcRegion:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of WebAppConfigurationEhrRoleString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t