WebExperienceCustomizationConfigurationArgs

data class WebExperienceCustomizationConfigurationArgs(val customCssUrl: Output<String>? = null, val faviconUrl: Output<String>? = null, val fontUrl: Output<String>? = null, val logoUrl: Output<String>? = null) : ConvertibleToJava<WebExperienceCustomizationConfigurationArgs>

Constructors

constructor(customCssUrl: Output<String>? = null, faviconUrl: Output<String>? = null, fontUrl: Output<String>? = null, logoUrl: Output<String>? = null)

Properties

Link copied to clipboard
val customCssUrl: Output<String>? = null

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

Link copied to clipboard
val faviconUrl: Output<String>? = null

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

Link copied to clipboard
val fontUrl: Output<String>? = null

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

Link copied to clipboard
val logoUrl: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): WebExperienceCustomizationConfigurationArgs