CustomizationConfiguration¶
Structure Class¶
CustomizationConfiguration
dataclass
¶
Contains 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.
Attributes¶
custom_css_url
class-attribute
instance-attribute
¶
custom_css_url: str | None = None
Provides the URL where the custom CSS file is hosted for an Amazon Q web experience.
favicon_url
class-attribute
instance-attribute
¶
favicon_url: str | None = None
Provides the URL where the custom favicon file is hosted for an Amazon Q web experience.
font_url
class-attribute
instance-attribute
¶
font_url: str | None = None
Provides the URL where the custom font file is hosted for an Amazon Q web experience.
logo_url
class-attribute
instance-attribute
¶
logo_url: str | None = None
Provides the URL where the custom logo file is hosted for an Amazon Q web experience.