DashboardHeaderFooterSectionConfigurationArgs

data class DashboardHeaderFooterSectionConfigurationArgs(val layout: Output<DashboardSectionLayoutConfigurationArgs>, val sectionId: Output<String>, val style: Output<DashboardSectionStyleArgs>? = null) : ConvertibleToJava<DashboardHeaderFooterSectionConfigurationArgs>

Constructors

constructor(layout: Output<DashboardSectionLayoutConfigurationArgs>, sectionId: Output<String>, style: Output<DashboardSectionStyleArgs>? = null)

Properties

Link copied to clipboard

The layout configuration of the header or footer section.

Link copied to clipboard
val sectionId: Output<String>

The unique identifier of the header or footer section.

Link copied to clipboard
val style: Output<DashboardSectionStyleArgs>? = null

The style options of a header or footer section.

Functions

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