interface BrowserExtensionConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QBusiness.CfnWebExperiencePropsMixin.BrowserExtensionConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsqbusiness#CfnWebExperiencePropsMixin_BrowserExtensionConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.qbusiness.CfnWebExperiencePropsMixin.BrowserExtensionConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_qbusiness.CfnWebExperiencePropsMixin.BrowserExtensionConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_qbusiness » CfnWebExperiencePropsMixin » 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/cfn-property-mixins';
const browserExtensionConfigurationProperty: qbusiness.CfnWebExperiencePropsMixin.BrowserExtensionConfigurationProperty = {
enabledBrowserExtensions: ['enabledBrowserExtensions'],
};
Properties
| Name | Type | Description |
|---|---|---|
| enabled | string[] | Specify the browser extensions allowed for your Amazon Q web experience. |
enabledBrowserExtensions?
Type:
string[]
(optional)
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