Module Values.CreateWebAppConfigurationSource

Input configuration for creating a web application. Used only in CreateDomain operation input.

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

    ARN of the IAM role used for EHR operations.

    *)
  2. idcInstanceId : CreateWebAppConfigurationIdcInstanceIdString.t;
    (*

    The Identity Center instance ID to use for creating the application.

    *)
  3. idcRegion : CreateWebAppConfigurationIdcRegionString.t;
    (*

    The AWS region where Identity Center is configured.

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `String of CreateWebAppConfigurationEhrRoleString.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