Interface CfnWebExperience.BrowserExtensionConfigurationProperty
- All Superinterfaces:
 software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
 CfnWebExperience.BrowserExtensionConfigurationProperty.Jsii$Proxy
- Enclosing class:
 CfnWebExperience
@Stability(Stable)
public static interface CfnWebExperience.BrowserExtensionConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The container for browser extension configuration for an Amazon Q Business web experience.
 
Example:
 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.qbusiness.*;
 BrowserExtensionConfigurationProperty browserExtensionConfigurationProperty = BrowserExtensionConfigurationProperty.builder()
         .enabledBrowserExtensions(List.of("enabledBrowserExtensions"))
         .build();
 
 - See Also:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWebExperience.BrowserExtensionConfigurationPropertystatic final classAn implementation forCfnWebExperience.BrowserExtensionConfigurationProperty - 
Method Summary
Modifier and TypeMethodDescriptionbuilder()Specify the browser extensions allowed for your Amazon Q web experience.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson 
- 
Method Details
- 
getEnabledBrowserExtensions
Specify the browser extensions allowed for your Amazon Q web experience.CHROME— Enables the extension for Chromium-based browsers (Google Chrome, Microsoft Edge, Opera, etc.).FIREFOX— Enables the extension for Mozilla Firefox.CHROMEandFIREFOX— Enable the extension for Chromium-based browsers and Mozilla Firefox.
- See Also:
 
 - 
builder
 
 -