interface DataQAEnabledOptionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnDashboardPropsMixin.DataQAEnabledOptionProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnDashboardPropsMixin_DataQAEnabledOptionProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDashboardPropsMixin.DataQAEnabledOptionProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnDashboardPropsMixin.DataQAEnabledOptionProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnDashboardPropsMixin » 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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const dataQAEnabledOptionProperty: quicksight_mixins.CfnDashboardPropsMixin.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.

.NET
Go
Java
Python
TypeScript