QueueReservationPlanSettingsArgs

data class QueueReservationPlanSettingsArgs(val commitment: Output<String>, val renewalType: Output<String>, val reservedSlots: Output<Int>) : ConvertibleToJava<QueueReservationPlanSettingsArgs>

Constructors

Link copied to clipboard
constructor(commitment: Output<String>, renewalType: Output<String>, reservedSlots: Output<Int>)

Properties

Link copied to clipboard
val commitment: Output<String>

The length of the term of your reserved queue pricing plan commitment. Valid value is ONE_YEAR.

Link copied to clipboard
val renewalType: Output<String>

Specifies whether the term of your reserved queue pricing plan. Valid values are AUTO_RENEW or EXPIRE.

Link copied to clipboard
val reservedSlots: Output<Int>

Specifies the number of reserved transcode slots (RTS) for queue.

Functions

Link copied to clipboard
open override fun toJava(): QueueReservationPlanSettingsArgs