cascading Control Configuration
suspend fun cascadingControlConfiguration(value: Output<DashboardCascadingControlConfigurationArgs>)
Parameters
value
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.
suspend fun cascadingControlConfiguration(argument: suspend DashboardCascadingControlConfigurationArgsBuilder.() -> Unit)
Parameters
argument
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.