Values.CustomizationConfigurationSourceContains the configuration information to customize the logo, font, and color of an Amazon Q Business web experience with individual files for each property or a CSS file for them all.
type nonrec t = {customCSSUrl : CustomCSSUrl.t option;Provides the URL where the custom CSS file is hosted for an Amazon Q web experience.
*)logoUrl : LogoUrl.t option;Provides the URL where the custom logo file is hosted for an Amazon Q web experience.
*)fontUrl : FontUrl.t option;Provides the URL where the custom font file is hosted for an Amazon Q web experience.
*)faviconUrl : FaviconUrl.t option;Provides the URL where the custom favicon file is hosted for an Amazon Q web experience.
*)}