AWS::QBusiness::WebExperience CustomizationConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::QBusiness::WebExperience CustomizationConfiguration

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.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "CustomCSSUrl" : String, "FaviconUrl" : String, "FontUrl" : String, "LogoUrl" : String }

YAML

CustomCSSUrl: String FaviconUrl: String FontUrl: String LogoUrl: String

Properties

CustomCSSUrl

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

Required: No

Type: String

Pattern: ^(https?://[a-zA-Z0-9-_.+%/]+\.css)?$

Minimum: 0

Maximum: 1284

Update requires: No interruption

FaviconUrl

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

Required: No

Type: String

Pattern: ^(https?://[a-zA-Z0-9-_.+%/]+\.(svg|ico))?$

Minimum: 0

Maximum: 1284

Update requires: No interruption

FontUrl

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

Required: No

Type: String

Pattern: ^(https?://[a-zA-Z0-9-_.+%/]+\.(ttf|woff|woff2|otf))?$

Minimum: 0

Maximum: 1284

Update requires: No interruption

LogoUrl

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

Required: No

Type: String

Pattern: ^(https?://[a-zA-Z0-9-_.+%/]+\.(svg|png))?$

Minimum: 0

Maximum: 1284

Update requires: No interruption