Class CfnApplication.QuickSightConfigurationProperty
The Amazon Quick Suite configuration for an Amazon Q Business application that uses Quick Suite as the identity provider.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.QBusiness
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnApplication.QuickSightConfigurationProperty : CfnApplication.IQuickSightConfigurationProperty
Syntax (vb)
Public Class CfnApplication.QuickSightConfigurationProperty Implements CfnApplication.IQuickSightConfigurationProperty
Remarks
For more information, see Creating an Amazon Quick Suite integrated application .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QBusiness;
var quickSightConfigurationProperty = new QuickSightConfigurationProperty {
ClientNamespace = "clientNamespace"
};
Synopsis
Constructors
| QuickSightConfigurationProperty() | The Amazon Quick Suite configuration for an Amazon Q Business application that uses Quick Suite as the identity provider. |
Properties
| ClientNamespace | The Amazon Quick Suite namespace that is used as the identity provider. |
Constructors
QuickSightConfigurationProperty()
The Amazon Quick Suite configuration for an Amazon Q Business application that uses Quick Suite as the identity provider.
public QuickSightConfigurationProperty()
Remarks
For more information, see Creating an Amazon Quick Suite integrated application .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QBusiness;
var quickSightConfigurationProperty = new QuickSightConfigurationProperty {
ClientNamespace = "clientNamespace"
};
Properties
ClientNamespace
The Amazon Quick Suite namespace that is used as the identity provider.
public string ClientNamespace { get; set; }
Property Value
Remarks
For more information about Quick Suite namespaces, see Namespace operations .