GetMetricStreamResponse

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 created.

Link copied to clipboard

If this array of metric namespaces is present, then these namespaces are the only metric namespaces that are not streamed by this metric stream. In this case, all other metric namespaces in the account are streamed by this metric stream.

Link copied to clipboard

The ARN of the Amazon Kinesis Data Firehose delivery stream that is used by this metric stream.

Link copied to clipboard

If this array of metric namespaces is present, then these namespaces are the only metric namespaces that are streamed by this metric stream.

Link copied to clipboard

If this is true and this metric stream is in a monitoring account, then the stream includes metrics from source accounts that the monitoring account is linked to.

Link copied to clipboard

The date of the most recent update to the metric stream's configuration.

Link copied to clipboard
val name: String?

The name of the metric stream.

Link copied to clipboard

The output format for the stream. Valid values are json, opentelemetry1.0, and opentelemetry0.7. For more information about metric stream output formats, see Metric streams output formats.

Link copied to clipboard

The ARN of the IAM role that is used by this metric stream.

Link copied to clipboard

The state of the metric stream. The possible values are running and stopped.

Link copied to clipboard

Each entry in this array displays information about one or more metrics that include additional statistics in the metric stream. For more information about the additional statistics, see CloudWatch statistics definitions.

Functions

Link copied to clipboard
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