Interface CfnDashboardPropsMixin.DataQAEnabledOptionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboardPropsMixin.DataQAEnabledOptionProperty.Jsii$Proxy
- Enclosing class:
CfnDashboardPropsMixin
@Stability(Stable)
public static interface CfnDashboardPropsMixin.DataQAEnabledOptionProperty
extends software.amazon.jsii.JsiiSerializable
Adds Q&A capabilities to a dashboard.
If no topic is linked, Dashboard Q&A uses the data values that are rendered on the dashboard. End users can use Dashboard Q&A to ask for different slices of the data that they see on the dashboard. If a topic is linked, Topic Q&A is enabled.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.quicksight.mixins.*;
DataQAEnabledOptionProperty dataQAEnabledOptionProperty = DataQAEnabledOptionProperty.builder()
.availabilityStatus("availabilityStatus")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboardPropsMixin.DataQAEnabledOptionPropertystatic final classAn implementation forCfnDashboardPropsMixin.DataQAEnabledOptionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAvailabilityStatus
The status of the Data Q&A option on the dashboard.- See Also:
-
builder
-