PutMetricStreamRequest

Types

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

Properties

Link copied to clipboard

If you specify this parameter, the stream sends metrics from all metric namespaces except for the namespaces that you specify here.

Link copied to clipboard

The ARN of the Amazon Kinesis Data Firehose delivery stream to use for this metric stream. This Amazon Kinesis Data Firehose delivery stream must already exist and must be in the same account as the metric stream.

Link copied to clipboard

If you specify this parameter, the stream sends only the metrics from the metric namespaces that you specify here.

Link copied to clipboard

If you are creating a metric stream in a monitoring account, specify true to include metrics from source accounts in the metric stream.

Link copied to clipboard
val name: String?

If you are creating a new metric stream, this is the name for the new stream. The name must be different than the names of other metric streams in this account and Region.

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 an IAM role that this metric stream will use to access Amazon Kinesis Data Firehose resources. This IAM role must already exist and must be in the same account as the metric stream. This IAM role must include the following permissions:

Link copied to clipboard

By default, a metric stream always sends the MAX, MIN, SUM, and SAMPLECOUNT statistics for each metric that is streamed. You can use this parameter to have the metric stream also send additional statistics in the stream. This array can have up to 100 members.

Link copied to clipboard
val tags: List<Tag>?

A list of key-value pairs to associate with the metric stream. You can associate as many as 50 tags with a metric stream.

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