interface PluginVisualProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.PluginVisualProperty | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_PluginVisualProperty | 
  Java | software.amazon.awscdk.services.quicksight.CfnTemplate.PluginVisualProperty | 
  Python | aws_cdk.aws_quicksight.CfnTemplate.PluginVisualProperty | 
  TypeScript  | aws-cdk-lib » aws_quicksight » CfnTemplate » PluginVisualProperty | 
A flexible visualization type that allows engineers to create new custom charts in Quick Sight.
Example
// The generated example for this type would exceed 500 lines,
// and has been elided for readability.
Properties
| Name | Type | Description | 
|---|---|---|
| plugin | string | The Amazon Resource Name (ARN) that reflects the plugin and version. | 
| visual | string | The ID of the visual that you want to use. | 
| chart | IResolvable | Plugin | A description of the plugin field wells and their persisted properties. | 
| subtitle? | IResolvable | Visual | |
| title? | IResolvable | Visual | |
| visual | string | The alt text for the visual. | 
pluginArn
Type:
string
The Amazon Resource Name (ARN) that reflects the plugin and version.
visualId
Type:
string
The ID of the visual that you want to use.
chartConfiguration?
Type:
IResolvable | Plugin
(optional)
A description of the plugin field wells and their persisted properties.
subtitle?
Type:
IResolvable | Visual
(optional)
title?
Type:
IResolvable | Visual
(optional)
visualContentAltText?
Type:
string
(optional)
The alt text for the visual.

 .NET
 Go
 Java
 Python
 TypeScript