TimeSeriesIdPropertyArgs

data class TimeSeriesIdPropertyArgs(val name: Output<String>? = null, val type: Output<Either<String, PropertyType>>? = null) : ConvertibleToJava<TimeSeriesIdPropertyArgs>

The structure of the property that a time series id can have. An environment can have multiple such properties.

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, type: Output<Either<String, PropertyType>>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

The name of the property.

Link copied to clipboard
val type: Output<Either<String, PropertyType>>? = null

The type of the property.

Functions

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