interface InsightConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.InsightConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_InsightConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.InsightConfigurationProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.InsightConfigurationProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnDashboard » InsightConfigurationProperty |
The configuration of an insight visual.
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description |
|---|---|---|
| computations? | IResolvable | (IResolvable | Computation)[] | The computations configurations of the insight visual. |
| custom | IResolvable | Custom | The custom narrative of the insight visual. |
| interactions? | IResolvable | Visual | The general visual interactions setup for a visual. |
computations?
Type:
IResolvable | (IResolvable | Computation)[]
(optional)
The computations configurations of the insight visual.
customNarrative?
Type:
IResolvable | Custom
(optional)
The custom narrative of the insight visual.
interactions?
Type:
IResolvable | Visual
(optional)
The general visual interactions setup for a visual.

.NET
Go
Java
Python
TypeScript