interface QuickSightConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QBusiness.CfnApplicationPropsMixin.QuickSightConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsqbusiness#CfnApplicationPropsMixin_QuickSightConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.qbusiness.CfnApplicationPropsMixin.QuickSightConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_qbusiness.CfnApplicationPropsMixin.QuickSightConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_qbusiness » 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 { aws_qbusiness as qbusiness } from '@aws-cdk/cfn-property-mixins';
const quickSightConfigurationProperty: qbusiness.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