Time Series Id Property Args
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.