dimension Configurations
suspend fun dimensionConfigurations(value: Output<List<DashboardBodySectionRepeatDimensionConfigurationArgs>>)
suspend fun dimensionConfigurations(value: List<DashboardBodySectionRepeatDimensionConfigurationArgs>?)
Parameters
value
List of BodySectionRepeatDimensionConfiguration
values that describe the dataset column and constraints for the column used to repeat the contents of a section.
suspend fun dimensionConfigurations(vararg values: Output<DashboardBodySectionRepeatDimensionConfigurationArgs>)
suspend fun dimensionConfigurations(values: List<Output<DashboardBodySectionRepeatDimensionConfigurationArgs>>)
suspend fun dimensionConfigurations(vararg values: DashboardBodySectionRepeatDimensionConfigurationArgs)
Parameters
values
List of BodySectionRepeatDimensionConfiguration
values that describe the dataset column and constraints for the column used to repeat the contents of a section.
suspend fun dimensionConfigurations(argument: List<suspend DashboardBodySectionRepeatDimensionConfigurationArgsBuilder.() -> Unit>)
suspend fun dimensionConfigurations(vararg argument: suspend DashboardBodySectionRepeatDimensionConfigurationArgsBuilder.() -> Unit)
suspend fun dimensionConfigurations(argument: suspend DashboardBodySectionRepeatDimensionConfigurationArgsBuilder.() -> Unit)
Parameters
argument
List of BodySectionRepeatDimensionConfiguration
values that describe the dataset column and constraints for the column used to repeat the contents of a section.