MetricStreamEntry

This structure contains the configuration information about one metric stream.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The ARN of the metric stream.

Link copied to clipboard

The date that the metric stream was originally created.

Link copied to clipboard

The ARN of the Kinesis Firehose devlivery stream that is used for this metric stream.

Link copied to clipboard

The date that the configuration of this metric stream was most recently updated.

Link copied to clipboard
val name: String?

The name of the metric stream.

Link copied to clipboard

The output format of this metric stream. Valid values are json, opentelemetry1.0, and opentelemetry0.7.

Link copied to clipboard

The current state of this stream. Valid values are running and stopped.

Functions

Link copied to clipboard
inline fun copy(block: MetricStreamEntry.Builder.() -> Unit = {}): MetricStreamEntry
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String