shardLevelMetrics

@JvmName(name = "manwnxfgubwniteo")
suspend fun shardLevelMetrics(value: Output<List<String>>)
@JvmName(name = "dsofleoqdhjgersm")
suspend fun shardLevelMetrics(value: List<String>?)

Parameters

value

A list of shard-level CloudWatch metrics which can be enabled for the stream. See Monitoring with CloudWatch for more. Note that the value ALL should not be used; instead you should provide an explicit list of metrics you wish to enable.


@JvmName(name = "qpsyjsckkebktvph")
suspend fun shardLevelMetrics(vararg values: Output<String>)


@JvmName(name = "xnvlbbmxslsphdqj")
suspend fun shardLevelMetrics(values: List<Output<String>>)
@JvmName(name = "tqcsayidbyeabriv")
suspend fun shardLevelMetrics(vararg values: String)

Parameters

values

A list of shard-level CloudWatch metrics which can be enabled for the stream. See Monitoring with CloudWatch for more. Note that the value ALL should not be used; instead you should provide an explicit list of metrics you wish to enable.