DashboardParametersArgs

data class DashboardParametersArgs(val dateTimeParameters: Output<List<DashboardDateTimeParameterArgs>>? = null, val decimalParameters: Output<List<DashboardDecimalParameterArgs>>? = null, val integerParameters: Output<List<DashboardIntegerParameterArgs>>? = null, val stringParameters: Output<List<DashboardStringParameterArgs>>? = null) : ConvertibleToJava<DashboardParametersArgs>

A list of Amazon QuickSight parameters and the list's override values.

Constructors

Link copied to clipboard
constructor(dateTimeParameters: Output<List<DashboardDateTimeParameterArgs>>? = null, decimalParameters: Output<List<DashboardDecimalParameterArgs>>? = null, integerParameters: Output<List<DashboardIntegerParameterArgs>>? = null, stringParameters: Output<List<DashboardStringParameterArgs>>? = null)

Properties

Link copied to clipboard

The parameters that have a data type of date-time.

Link copied to clipboard

The parameters that have a data type of decimal.

Link copied to clipboard

The parameters that have a data type of integer.

Link copied to clipboard

The parameters that have a data type of string.

Functions

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