TemplatePluginVisualArgs

data class TemplatePluginVisualArgs(val chartConfiguration: Output<TemplatePluginVisualConfigurationArgs>? = null, val pluginArn: Output<String>, val subtitle: Output<TemplateVisualSubtitleLabelOptionsArgs>? = null, val title: Output<TemplateVisualTitleLabelOptionsArgs>? = null, val visualContentAltText: Output<String>? = null, val visualId: Output<String>) : ConvertibleToJava<TemplatePluginVisualArgs>

Constructors

Link copied to clipboard
constructor(chartConfiguration: Output<TemplatePluginVisualConfigurationArgs>? = null, pluginArn: Output<String>, subtitle: Output<TemplateVisualSubtitleLabelOptionsArgs>? = null, title: Output<TemplateVisualTitleLabelOptionsArgs>? = null, visualContentAltText: Output<String>? = null, visualId: Output<String>)

Properties

Link copied to clipboard

A description of the plugin field wells and their persisted properties.

Link copied to clipboard
val pluginArn: Output<String>

The Amazon Resource Name (ARN) that reflects the plugin and version.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val visualContentAltText: Output<String>? = null

The alt text for the visual.

Link copied to clipboard
val visualId: Output<String>

The ID of the visual that you want to use.

Functions

Link copied to clipboard
open override fun toJava(): TemplatePluginVisualArgs