DashboardTableVisualArgs

data class DashboardTableVisualArgs(val actions: Output<List<DashboardVisualCustomActionArgs>>? = null, val chartConfiguration: Output<DashboardTableConfigurationArgs>? = null, val conditionalFormatting: Output<DashboardTableConditionalFormattingArgs>? = null, val subtitle: Output<DashboardVisualSubtitleLabelOptionsArgs>? = null, val title: Output<DashboardVisualTitleLabelOptionsArgs>? = null, val visualContentAltText: Output<String>? = null, val visualId: Output<String>) : ConvertibleToJava<DashboardTableVisualArgs>

Constructors

Link copied to clipboard
constructor(actions: Output<List<DashboardVisualCustomActionArgs>>? = null, chartConfiguration: Output<DashboardTableConfigurationArgs>? = null, conditionalFormatting: Output<DashboardTableConditionalFormattingArgs>? = null, subtitle: Output<DashboardVisualSubtitleLabelOptionsArgs>? = null, title: Output<DashboardVisualTitleLabelOptionsArgs>? = null, visualContentAltText: Output<String>? = null, visualId: Output<String>)

Properties

Link copied to clipboard

The list of custom actions that are configured for a visual.

Link copied to clipboard

The configuration settings of the visual.

Link copied to clipboard

The conditional formatting for a PivotTableVisual .

Link copied to clipboard

The subtitle that is displayed on the visual.

Link copied to clipboard

The title that is displayed on the visual.

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

The alt text for the visual.

Link copied to clipboard
val visualId: Output<String>

The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..

Functions

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