TimeSeriesInsightsReferenceDataSetKeyPropertyArgs

data class TimeSeriesInsightsReferenceDataSetKeyPropertyArgs(val name: Output<String>, val type: Output<String>) : ConvertibleToJava<TimeSeriesInsightsReferenceDataSetKeyPropertyArgs>

Constructors

constructor(name: Output<String>, type: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the key property. Changing this forces a new resource to be created.

Link copied to clipboard
val type: Output<String>

The data type of the key property. Valid values include Bool, DateTime, Double, String. Changing this forces a new resource to be created.

Functions

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