CapacityManagerDimension

Represents dimension values for capacity metrics, including resource identifiers, geographic information, and reservation details used for grouping and filtering capacity data.

Types

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

Properties

Link copied to clipboard

The Amazon Web Services account ID that owns the capacity resource.

Link copied to clipboard

The unique identifier of the Availability Zone where the capacity resource is located.

Link copied to clipboard

The EC2 instance family of the capacity resource.

Link copied to clipboard

The platform or operating system of the instance.

Link copied to clipboard

The specific EC2 instance type of the capacity resource.

Link copied to clipboard

The Amazon Resource Name (ARN) of the capacity reservation. This provides a unique identifier that can be used across Amazon Web Services services to reference the specific reservation.

Link copied to clipboard

The timestamp when the capacity reservation was originally created, in milliseconds since epoch. This differs from the start timestamp as reservations can be created before they become active.

Link copied to clipboard

The type of end date for the capacity reservation. This indicates whether the reservation has a fixed end date, is open-ended, or follows a specific termination pattern.

Link copied to clipboard

The timestamp when the capacity reservation expires and is no longer available, in milliseconds since epoch. After this time, the reservation will not provide any capacity.

Link copied to clipboard

The unique identifier of the capacity reservation.

Link copied to clipboard

The instance matching criteria for the capacity reservation, determining how instances are matched to the reservation.

Link copied to clipboard

The timestamp when the capacity reservation becomes active and available for use, in milliseconds since epoch. This is when the reservation begins providing capacity.

Link copied to clipboard

The current state of the capacity reservation.

Link copied to clipboard

The type of capacity reservation.

Link copied to clipboard

The Amazon Web Services account ID that is financially responsible for unused capacity reservation costs.

Link copied to clipboard

The Amazon Web Services Region where the capacity resource is located.

Link copied to clipboard

The tenancy of the EC2 instances associated with this capacity dimension. Valid values are 'default' for shared tenancy, 'dedicated' for dedicated instances, or 'host' for dedicated hosts.

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