Class: Aws::QBusiness::Types::CustomizationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::CustomizationConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_css_url ⇒ String
Provides the URL where the custom CSS file is hosted for an Amazon Q web experience.
-
#favicon_url ⇒ String
Provides the URL where the custom favicon file is hosted for an Amazon Q web experience.
-
#font_url ⇒ String
Provides the URL where the custom font file is hosted for an Amazon Q web experience.
-
#logo_url ⇒ String
Provides the URL where the custom logo file is hosted for an Amazon Q web experience.
Instance Attribute Details
#custom_css_url ⇒ String
Provides the URL where the custom CSS file is hosted for an Amazon Q web experience.
2349 2350 2351 2352 2353 2354 2355 2356 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2349 class CustomizationConfiguration < Struct.new( :custom_css_url, :logo_url, :font_url, :favicon_url) SENSITIVE = [] include Aws::Structure end |
#favicon_url ⇒ String
Provides the URL where the custom favicon file is hosted for an Amazon Q web experience.
2349 2350 2351 2352 2353 2354 2355 2356 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2349 class CustomizationConfiguration < Struct.new( :custom_css_url, :logo_url, :font_url, :favicon_url) SENSITIVE = [] include Aws::Structure end |
#font_url ⇒ String
Provides the URL where the custom font file is hosted for an Amazon Q web experience.
2349 2350 2351 2352 2353 2354 2355 2356 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2349 class CustomizationConfiguration < Struct.new( :custom_css_url, :logo_url, :font_url, :favicon_url) SENSITIVE = [] include Aws::Structure end |
#logo_url ⇒ String
Provides the URL where the custom logo file is hosted for an Amazon Q web experience.
2349 2350 2351 2352 2353 2354 2355 2356 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2349 class CustomizationConfiguration < Struct.new( :custom_css_url, :logo_url, :font_url, :favicon_url) SENSITIVE = [] include Aws::Structure end |