Class CommitmentsAwsElasticacheRICommitment

AWS ElastiCache Reserved Instance commitment details.

Hierarchy

  • CommitmentsAwsElasticacheRICommitment

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
cacheEngine: string

The cache engine type of the Reserved Instance.

commitmentId: string

The unique identifier of the Reserved Instance.

expirationDate?: string

The expiration date of the commitment.

instanceType: string

The ElastiCache instance type.

numberOfNfus?: number

The number of Normalized Capacity Units.

numberOfReservations?: number

The number of reserved instances.

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