interface QuickSightConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_qbusiness.CfnApplication.QuickSightConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsqbusiness#CfnApplication_QuickSightConfigurationProperty |
![]() | software.amazon.awscdk.services.qbusiness.CfnApplication.QuickSightConfigurationProperty |
![]() | aws_cdk.aws_qbusiness.CfnApplication.QuickSightConfigurationProperty |
![]() | 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 .