AWS EC2 Reserved Instance commitment details.

Hierarchy

  • CommitmentsAwsEC2RICommitment

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
availabilityZone?: string

The availability zone of the reservation.

commitmentId: string

The unique identifier of the Reserved Instance.

expirationDate?: string

The expiration date of the commitment.

instanceType: string

The EC2 instance type.

numberOfNfus?: number

The number of Normalized Capacity Units.

numberOfReservations?: number

The number of reserved instances.

offeringClass: string

The offering class of the Reserved Instance.

operatingSystem: string

The operating system of the Reserved Instance.

purchaseOption: string

The payment option for the Reserved Instance.

region: string

The AWS region of the Reserved Instance.

startDate?: string

The start date of the commitment.

termLength?: number

The term length in years.

utilization?: number

The utilization percentage of the commitment.

Generated using TypeDoc