AnalysisParameterListControlArgs

data class AnalysisParameterListControlArgs(val cascadingControlConfiguration: Output<AnalysisCascadingControlConfigurationArgs>? = null, val displayOptions: Output<AnalysisListControlDisplayOptionsArgs>? = null, val parameterControlId: Output<String>, val selectableValues: Output<AnalysisParameterSelectableValuesArgs>? = null, val sourceParameterName: Output<String>, val title: Output<String>, val type: Output<AnalysisSheetControlListType>? = null) : ConvertibleToJava<AnalysisParameterListControlArgs>

Constructors

Link copied to clipboard
constructor(cascadingControlConfiguration: Output<AnalysisCascadingControlConfigurationArgs>? = null, displayOptions: Output<AnalysisListControlDisplayOptionsArgs>? = null, parameterControlId: Output<String>, selectableValues: Output<AnalysisParameterSelectableValuesArgs>? = null, sourceParameterName: Output<String>, title: Output<String>, type: Output<AnalysisSheetControlListType>? = 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

The display options of a control.

Link copied to clipboard

The ID of the ParameterListControl .

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 ParameterListControl .

Link copied to clipboard
val title: Output<String>

The title of the ParameterListControl .

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

The type of ParameterListControl .

Functions

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