Interface CfnAnalysis.PluginVisualProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.PluginVisualProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.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 forCfnAnalysis.PluginVisualPropertystatic final classAn implementation forCfnAnalysis.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: eitherIResolvableorCfnAnalysis.VisualSubtitleLabelOptionsPropertydefault ObjectgetTitle()Returns union: eitherIResolvableorCfnAnalysis.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
IResolvableorCfnAnalysis.PluginVisualConfigurationProperty- See Also:
-
getSubtitle
Returns union: eitherIResolvableorCfnAnalysis.VisualSubtitleLabelOptionsProperty- See Also:
-
getTitle
Returns union: eitherIResolvableorCfnAnalysis.VisualTitleLabelOptionsProperty- See Also:
-
getVisualContentAltText
The alt text for the visual.- See Also:
-
builder
-