Interface CfnTemplate.PluginVisualProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.PluginVisualProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.PluginVisualProperty
extends software.amazon.jsii.JsiiSerializable
A flexible visualization type that allows engineers to create new custom charts in Quick Sight.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTemplate.PluginVisualPropertystatic final classAn implementation forCfnTemplate.PluginVisualProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectA description of the plugin field wells and their persisted properties.The Amazon Resource Name (ARN) that reflects the plugin and version.default ObjectReturns union: eitherIResolvableorCfnTemplate.VisualSubtitleLabelOptionsPropertydefault ObjectgetTitle()Returns union: eitherIResolvableorCfnTemplate.VisualTitleLabelOptionsPropertydefault StringThe alt text for the visual.The ID of the visual that you want to use.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPluginArn
The Amazon Resource Name (ARN) that reflects the plugin and version.- See Also:
-
getVisualId
The ID of the visual that you want to use.- See Also:
-
getChartConfiguration
A description of the plugin field wells and their persisted properties.Returns union: either
IResolvableorCfnTemplate.PluginVisualConfigurationProperty- See Also:
-
getSubtitle
Returns union: eitherIResolvableorCfnTemplate.VisualSubtitleLabelOptionsProperty- See Also:
-
getTitle
Returns union: eitherIResolvableorCfnTemplate.VisualTitleLabelOptionsProperty- See Also:
-
getVisualContentAltText
The alt text for the visual.- See Also:
-
builder
-