Interface CfnApplication.IQuickSightConfigurationProperty
The Amazon QuickSight configuration for an Amazon Q Business application that uses QuickSight as the identity provider.
Namespace: Amazon.CDK.AwsQbusiness
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IQuickSightConfigurationProperty
Syntax (vb)
Public Interface IQuickSightConfigurationProperty
Remarks
For more information, see Creating an Amazon QuickSight 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
Properties
Client |
The Amazon QuickSight namespace that is used as the identity provider. |
Properties
ClientNamespace
The Amazon QuickSight namespace that is used as the identity provider.
string ClientNamespace { get; }
Property Value
System.
Remarks
For more information about QuickSight namespaces, see Namespace operations .