interface BrowserExtensionConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QBusiness.CfnWebExperience.BrowserExtensionConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsqbusiness#CfnWebExperience_BrowserExtensionConfigurationProperty |
Java | software.amazon.awscdk.services.qbusiness.CfnWebExperience.BrowserExtensionConfigurationProperty |
Python | aws_cdk.aws_qbusiness.CfnWebExperience.BrowserExtensionConfigurationProperty |
TypeScript | aws-cdk-lib » aws_qbusiness » CfnWebExperience » BrowserExtensionConfigurationProperty |
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 { aws_qbusiness as qbusiness } from 'aws-cdk-lib';
const browserExtensionConfigurationProperty: qbusiness.CfnWebExperience.BrowserExtensionConfigurationProperty = {
enabledBrowserExtensions: ['enabledBrowserExtensions'],
};
Properties
| Name | Type | Description |
|---|---|---|
| enabled | string[] | Specify the browser extensions allowed for your Amazon Q web experience. |
enabledBrowserExtensions
Type:
string[]
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.

.NET
Go
Java
Python
TypeScript