interface DataQAEnabledOptionProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDashboard.DataQAEnabledOptionProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_DataQAEnabledOptionProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDashboard.DataQAEnabledOptionProperty |
![]() | aws_cdk.aws_quicksight.CfnDashboard.DataQAEnabledOptionProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnDashboard » DataQAEnabledOptionProperty |
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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const dataQAEnabledOptionProperty: quicksight.CfnDashboard.DataQAEnabledOptionProperty = {
availabilityStatus: 'availabilityStatus',
};
Properties
Name | Type | Description |
---|---|---|
availability | string | The status of the Data Q&A option on the dashboard. |
availabilityStatus?
Type:
string
(optional)
The status of the Data Q&A option on the dashboard.