partitionKeyProperties

@JvmName(name = "namrliwqdcmiahas")
suspend fun partitionKeyProperties(value: Output<List<TimeSeriesIdPropertyArgs>>)
@JvmName(name = "gfnmxuqkeheqkdgi")
suspend fun partitionKeyProperties(value: List<TimeSeriesIdPropertyArgs>?)

Parameters

value

The list of event properties which will be used to partition data in the environment. Currently, only a single partition key property is supported.


@JvmName(name = "oulicnxawktkqaqt")
suspend fun partitionKeyProperties(vararg values: Output<TimeSeriesIdPropertyArgs>)


@JvmName(name = "bpwpgfjcpqthgamo")
suspend fun partitionKeyProperties(values: List<Output<TimeSeriesIdPropertyArgs>>)
@JvmName(name = "scaqpsdywndvbcok")
suspend fun partitionKeyProperties(vararg values: TimeSeriesIdPropertyArgs)

Parameters

values

The list of event properties which will be used to partition data in the environment. Currently, only a single partition key property is supported.


@JvmName(name = "fiulbnlxtxbnbgag")
suspend fun partitionKeyProperties(argument: List<suspend TimeSeriesIdPropertyArgsBuilder.() -> Unit>)
@JvmName(name = "pwiarkynhktckwmq")
suspend fun partitionKeyProperties(vararg argument: suspend TimeSeriesIdPropertyArgsBuilder.() -> Unit)
@JvmName(name = "ihjawrrjrqrvvlsq")
suspend fun partitionKeyProperties(argument: suspend TimeSeriesIdPropertyArgsBuilder.() -> Unit)

Parameters

argument

The list of event properties which will be used to partition data in the environment. Currently, only a single partition key property is supported.