AWS RDS Reserved Instance commitment details.

Hierarchy

  • CommitmentsAwsRDSRICommitment

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

The unique identifier of the Reserved Instance.

databaseEngine: string

The database engine of the Reserved Instance.

expirationDate?: string

The expiration date of the commitment.

instanceType: string

The RDS instance type.

isMultiAz?: boolean

Whether the Reserved Instance is Multi-AZ.

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