Class CfnTemplatePropsMixin.PluginVisualProperty
A flexible visualization type that allows engineers to create new custom charts in Quick Sight.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTemplatePropsMixin.PluginVisualProperty : CfnTemplatePropsMixin.IPluginVisualProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.PluginVisualProperty Implements CfnTemplatePropsMixin.IPluginVisualProperty
Remarks
ExampleMetadata: fixture=_generated
Synopsis
Constructors
| PluginVisualProperty() | A flexible visualization type that allows engineers to create new custom charts in Quick Sight. |
Properties
| ChartConfiguration | A description of the plugin field wells and their persisted properties. |
| PluginArn | The Amazon Resource Name (ARN) that reflects the plugin and version. |
| Subtitle | A flexible visualization type that allows engineers to create new custom charts in Quick Sight. |
| Title | A flexible visualization type that allows engineers to create new custom charts in Quick Sight. |
| VisualContentAltText | The alt text for the visual. |
| VisualId | The ID of the visual that you want to use. |
Constructors
PluginVisualProperty()
A flexible visualization type that allows engineers to create new custom charts in Quick Sight.
public PluginVisualProperty()
Remarks
ExampleMetadata: fixture=_generated
Properties
ChartConfiguration
A description of the plugin field wells and their persisted properties.
public object? ChartConfiguration { get; set; }
Property Value
Remarks
PluginArn
The Amazon Resource Name (ARN) that reflects the plugin and version.
public string? PluginArn { get; set; }
Property Value
Remarks
Subtitle
A flexible visualization type that allows engineers to create new custom charts in Quick Sight.
public object? Subtitle { get; set; }
Property Value
Remarks
Title
A flexible visualization type that allows engineers to create new custom charts in Quick Sight.
public object? Title { get; set; }
Property Value
Remarks
VisualContentAltText
The alt text for the visual.
public string? VisualContentAltText { get; set; }
Property Value
Remarks
VisualId
The ID of the visual that you want to use.
public string? VisualId { get; set; }