WebExperienceCustomizationConfiguration

data class WebExperienceCustomizationConfiguration(val customCssUrl: String? = null, val faviconUrl: String? = null, val fontUrl: String? = null, val logoUrl: String? = null)

Constructors

Link copied to clipboard
constructor(customCssUrl: String? = null, faviconUrl: String? = null, fontUrl: String? = null, logoUrl: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val customCssUrl: String? = null

Provides the URL where the custom CSS file is hosted for an Amazon Q web experience.

Link copied to clipboard
val faviconUrl: String? = null

Provides the URL where the custom favicon file is hosted for an Amazon Q web experience.

Link copied to clipboard
val fontUrl: String? = null

Provides the URL where the custom font file is hosted for an Amazon Q web experience.

Link copied to clipboard
val logoUrl: String? = null

Provides the URL where the custom logo file is hosted for an Amazon Q web experience.