interface PluginVisualProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.PluginVisualProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_PluginVisualProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.PluginVisualProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.PluginVisualProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnAnalysis » PluginVisualProperty |
A flexible visualization type that allows engineers to create new custom charts in Amazon QuickSight.
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.