DashboardParametersArgs

data class DashboardParametersArgs(val dateTimeParameters: Output<List<DashboardParametersDateTimeParameterArgs>>? = null, val decimalParameters: Output<List<DashboardParametersDecimalParameterArgs>>? = null, val integerParameters: Output<List<DashboardParametersIntegerParameterArgs>>? = null, val stringParameters: Output<List<DashboardParametersStringParameterArgs>>? = null) : ConvertibleToJava<DashboardParametersArgs>

Constructors

Link copied to clipboard
constructor(dateTimeParameters: Output<List<DashboardParametersDateTimeParameterArgs>>? = null, decimalParameters: Output<List<DashboardParametersDecimalParameterArgs>>? = null, integerParameters: Output<List<DashboardParametersIntegerParameterArgs>>? = null, stringParameters: Output<List<DashboardParametersStringParameterArgs>>? = null)

Properties

Link copied to clipboard

A list of parameters that have a data type of date-time. See AWS API Documentation for complete description.

Link copied to clipboard

A list of parameters that have a data type of decimal. See AWS API Documentation for complete description.

Link copied to clipboard

A list of parameters that have a data type of integer. See AWS API Documentation for complete description.

Link copied to clipboard

A list of parameters that have a data type of string. See AWS API Documentation for complete description.

Functions

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