DashboardParameterDropDownControlArgs

data class DashboardParameterDropDownControlArgs(val cascadingControlConfiguration: Output<DashboardCascadingControlConfigurationArgs>? = null, val commitMode: Output<DashboardCommitMode>? = null, val displayOptions: Output<DashboardDropDownControlDisplayOptionsArgs>? = null, val parameterControlId: Output<String>, val selectableValues: Output<DashboardParameterSelectableValuesArgs>? = null, val sourceParameterName: Output<String>, val title: Output<String>, val type: Output<DashboardSheetControlListType>? = null) : ConvertibleToJava<DashboardParameterDropDownControlArgs>

Constructors

Link copied to clipboard
constructor(cascadingControlConfiguration: Output<DashboardCascadingControlConfigurationArgs>? = null, commitMode: Output<DashboardCommitMode>? = null, displayOptions: Output<DashboardDropDownControlDisplayOptionsArgs>? = null, parameterControlId: Output<String>, selectableValues: Output<DashboardParameterSelectableValuesArgs>? = null, sourceParameterName: Output<String>, title: Output<String>, type: Output<DashboardSheetControlListType>? = null)

Properties

Link copied to clipboard

The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.

Link copied to clipboard
val commitMode: Output<DashboardCommitMode>? = null

The visibility configuration of the Apply button on a ParameterDropDownControl .

Link copied to clipboard

The display options of a control.

Link copied to clipboard

The ID of the ParameterDropDownControl .

Link copied to clipboard

A list of selectable values that are used in a control.

Link copied to clipboard

The source parameter name of the ParameterDropDownControl .

Link copied to clipboard
val title: Output<String>

The title of the ParameterDropDownControl .

Link copied to clipboard
val type: Output<DashboardSheetControlListType>? = null

The type parameter name of the ParameterDropDownControl .

Functions

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