A flexible visualization type that allows engineers to create new custom charts in Amazon QuickSight.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"ChartConfiguration" : PluginVisualConfiguration
,
"PluginArn" : String
,
"Subtitle" : VisualSubtitleLabelOptions
,
"Title" : VisualTitleLabelOptions
,
"VisualContentAltText" : String
,
"VisualId" : String
}
YAML
ChartConfiguration:
PluginVisualConfiguration
PluginArn: String
Subtitle:
VisualSubtitleLabelOptions
Title:
VisualTitleLabelOptions
VisualContentAltText: String
VisualId: String
Properties
ChartConfiguration
-
A description of the plugin field wells and their persisted properties.
Required: No
Type: PluginVisualConfiguration
Update requires: No interruption
PluginArn
-
The Amazon Resource Name (ARN) that reflects the plugin and version.
Required: Yes
Type: String
Update requires: No interruption
Subtitle
Property description not available.
Required: No
Type: VisualSubtitleLabelOptions
Update requires: No interruption
Title
Property description not available.
Required: No
Type: VisualTitleLabelOptions
Update requires: No interruption
VisualContentAltText
-
The alt text for the visual.
Required: No
Type: String
Minimum:
1
Maximum:
1024
Update requires: No interruption
VisualId
-
The ID of the visual that you want to use.
Required: Yes
Type: String
Pattern:
^[\w\-]+$
Minimum:
1
Maximum:
512
Update requires: No interruption