aws-cdk-lib.aws_quicksight.CfnDashboard.InsightVisualProperty

interface InsightVisualProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDashboard.InsightVisualProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_InsightVisualProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDashboard.InsightVisualProperty
Pythonaws_cdk.aws_quicksight.CfnDashboard.InsightVisualProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDashboard » InsightVisualProperty

An insight visual.

For more information, see Working with insights in the Amazon QuickSight User Guide .

Example

// The generated example for this type would exceed 500 lines,
// and has been elided for readability.

Properties

NameTypeDescription
dataSetIdentifierstringThe dataset that is used in the insight visual.
visualIdstringThe unique identifier of a visual.
actions?IResolvable | IResolvable | VisualCustomActionProperty[]The list of custom actions that are configured for a visual.
insightConfiguration?IResolvable | InsightConfigurationPropertyThe configuration of an insight visual.
subtitle?IResolvable | VisualSubtitleLabelOptionsPropertyThe subtitle that is displayed on the visual.
title?IResolvable | VisualTitleLabelOptionsPropertyThe title that is displayed on the visual.

dataSetIdentifier

Type: string

The dataset that is used in the insight visual.


visualId

Type: string

The unique identifier of a visual.

This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.


actions?

Type: IResolvable | IResolvable | VisualCustomActionProperty[] (optional)

The list of custom actions that are configured for a visual.


insightConfiguration?

Type: IResolvable | InsightConfigurationProperty (optional)

The configuration of an insight visual.


subtitle?

Type: IResolvable | VisualSubtitleLabelOptionsProperty (optional)

The subtitle that is displayed on the visual.


title?

Type: IResolvable | VisualTitleLabelOptionsProperty (optional)

The title that is displayed on the visual.