TemplateCascadingControlConfigurationArgs

data class TemplateCascadingControlConfigurationArgs(val sourceControls: Output<List<TemplateCascadingControlSourceArgs>>? = null) : ConvertibleToJava<TemplateCascadingControlConfigurationArgs>

Constructors

constructor(sourceControls: Output<List<TemplateCascadingControlSourceArgs>>? = null)

Properties

Link copied to clipboard

A list of source controls that determine the values that are used in the current control.

Functions

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