SecurityProfileMetricDimension

data class SecurityProfileMetricDimension(val dimensionName: String, val operator: SecurityProfileMetricDimensionOperator? = null)

The dimension of a metric.

Constructors

Link copied to clipboard
constructor(dimensionName: String, operator: SecurityProfileMetricDimensionOperator? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A unique identifier for the dimension.

Link copied to clipboard

Defines how the dimensionValues of a dimension are interpreted.