statisticsConfigurations

@JvmName(name = "rfyhinqahifyfnya")
suspend fun statisticsConfigurations(value: Output<List<MetricStreamStatisticsConfigurationArgs>>)
@JvmName(name = "pbtbgulmqbpqpmso")
suspend fun statisticsConfigurations(value: List<MetricStreamStatisticsConfigurationArgs>?)

Parameters

value

For each entry in this array, you specify one or more metrics and the list of additional statistics to stream for those metrics. The additional statistics that you can stream depend on the stream's output_format. If the OutputFormat is json, you can stream any additional statistic that is supported by CloudWatch, listed in CloudWatch statistics definitions. If the OutputFormat is opentelemetry0.7, you can stream percentile statistics (p99 etc.). See details below.


@JvmName(name = "mlrmhwxcdyccqowr")
suspend fun statisticsConfigurations(vararg values: Output<MetricStreamStatisticsConfigurationArgs>)


@JvmName(name = "ptaixwirjdrcrqfe")
suspend fun statisticsConfigurations(values: List<Output<MetricStreamStatisticsConfigurationArgs>>)
@JvmName(name = "mmlbdoijmtvmrfrm")
suspend fun statisticsConfigurations(vararg values: MetricStreamStatisticsConfigurationArgs)

Parameters

values

For each entry in this array, you specify one or more metrics and the list of additional statistics to stream for those metrics. The additional statistics that you can stream depend on the stream's output_format. If the OutputFormat is json, you can stream any additional statistic that is supported by CloudWatch, listed in CloudWatch statistics definitions. If the OutputFormat is opentelemetry0.7, you can stream percentile statistics (p99 etc.). See details below.


@JvmName(name = "xbhchyxftwyelfyp")
suspend fun statisticsConfigurations(argument: List<suspend MetricStreamStatisticsConfigurationArgsBuilder.() -> Unit>)
@JvmName(name = "gcgjgthyxuvdwdah")
suspend fun statisticsConfigurations(vararg argument: suspend MetricStreamStatisticsConfigurationArgsBuilder.() -> Unit)
@JvmName(name = "dxpfrkqwgbxiwcrd")
suspend fun statisticsConfigurations(argument: suspend MetricStreamStatisticsConfigurationArgsBuilder.() -> Unit)

Parameters

argument

For each entry in this array, you specify one or more metrics and the list of additional statistics to stream for those metrics. The additional statistics that you can stream depend on the stream's output_format. If the OutputFormat is json, you can stream any additional statistic that is supported by CloudWatch, listed in CloudWatch statistics definitions. If the OutputFormat is opentelemetry0.7, you can stream percentile statistics (p99 etc.). See details below.