Values.DescribedWebAppCustomizationSourceA structure that contains the customization fields for the web app. You can provide a title, logo, and icon to customize the appearance of your web app.
type nonrec t = {arn : Arn.t option;Returns the Amazon Resource Name (ARN) for the web app.
*)webAppId : WebAppId.t option;Returns the unique identifier for your web app.
*)title : WebAppTitle.t option;Returns the page title that you defined for your web app.
*)logoFile : WebAppLogoFile.t option;Returns a logo file data string (in base64 encoding).
*)faviconFile : WebAppFaviconFile.t option;Returns an icon file data string (in base64 encoding).
*)}val to_value :
t ->
[> `Structure of
(string * [> `Blob of WebAppLogoFile.t | `String of Arn.t ]) list ]