Interface CfnApplicationPropsMixin.QuickSightConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplicationPropsMixin.QuickSightConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnApplicationPropsMixin
@Stability(Stable)
public static interface CfnApplicationPropsMixin.QuickSightConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.qbusiness.*;
QuickSightConfigurationProperty quickSightConfigurationProperty = QuickSightConfigurationProperty.builder()
.clientNamespace("clientNamespace")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnApplicationPropsMixin.QuickSightConfigurationPropertystatic final classAn implementation forCfnApplicationPropsMixin.QuickSightConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getClientNamespace
The Amazon Quick Suite namespace that is used as the identity provider.For more information about Quick Suite namespaces, see Namespace operations .
- See Also:
-
builder
@Stability(Stable) static CfnApplicationPropsMixin.QuickSightConfigurationProperty.Builder builder()
-