interface QuickSightConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.aws_qbusiness.CfnApplication.QuickSightConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsqbusiness#CfnApplication_QuickSightConfigurationProperty |
Java | software.amazon.awscdk.services.qbusiness.CfnApplication.QuickSightConfigurationProperty |
Python | aws_cdk.aws_qbusiness.CfnApplication.QuickSightConfigurationProperty |
TypeScript | aws-cdk-lib » aws_qbusiness » CfnApplication » QuickSightConfigurationProperty |
The Amazon QuickSight configuration for an Amazon Q Business application that uses QuickSight as the identity provider.
For more information, see Creating an Amazon QuickSight 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-lib';
const quickSightConfigurationProperty: qbusiness.CfnApplication.QuickSightConfigurationProperty = {
clientNamespace: 'clientNamespace',
};
Properties
| Name | Type | Description |
|---|---|---|
| client | string | The Amazon QuickSight namespace that is used as the identity provider. |
clientNamespace
Type:
string
The Amazon QuickSight namespace that is used as the identity provider.
For more information about QuickSight namespaces, see Namespace operations .

.NET
Go
Java
Python
TypeScript