DimensionEntry

Represents a dimension and its corresponding value.

Types

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

Properties

Link copied to clipboard

The dimension type that categorizes this entry.

Link copied to clipboard

The value for the specified dimension. Valid values vary based on the dimension type (e.g., us-east-1 for the REGION dimension, AmazonEC2 for the SERVICE dimension).

Functions

Link copied to clipboard
inline fun copy(block: DimensionEntry.Builder.() -> Unit = {}): DimensionEntry
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