Commitment Info Properties
data class CommitmentInfoProperties(val commitmentEndDate: String? = null, val committedInstanceCount: Int? = null)
Properties
Link copied to clipboard
The date and time at which the commitment duration expires, in the ISO8601 format in the UTC time zone ( YYYY-MM-DDThh:mm:ss.sssZ
). You can't decrease the instance count or cancel the Capacity Reservation before this date and time.
Link copied to clipboard
The instance capacity that you committed to when you requested the future-dated Capacity Reservation.