interface QuickSightConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QBusiness.Mixins.CfnApplicationPropsMixin.QuickSightConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsqbusiness/mixins#CfnApplicationPropsMixin_QuickSightConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.qbusiness.mixins.CfnApplicationPropsMixin.QuickSightConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_qbusiness.mixins.CfnApplicationPropsMixin.QuickSightConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_qbusiness » mixins » CfnApplicationPropsMixin » QuickSightConfigurationProperty |
The Amazon Quick Suite configuration for an Amazon Q Business application that uses Quick Suite as the identity provider.
For more information, see Creating an Amazon Quick Suite integrated application .
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as qbusiness_mixins } from '@aws-cdk/mixins-preview/aws-qbusiness';
const quickSightConfigurationProperty: qbusiness_mixins.CfnApplicationPropsMixin.QuickSightConfigurationProperty = {
clientNamespace: 'clientNamespace',
};
Properties
| Name | Type | Description |
|---|---|---|
| client | string | The Amazon Quick Suite namespace that is used as the identity provider. |
clientNamespace?
Type:
string
(optional)
The Amazon Quick Suite namespace that is used as the identity provider.
For more information about Quick Suite namespaces, see Namespace operations .

.NET
Go
Java
Python
TypeScript