LiteTopicReservationConfigArgs

data class LiteTopicReservationConfigArgs(val throughputReservation: Output<String>? = null) : ConvertibleToJava<LiteTopicReservationConfigArgs>

Constructors

Link copied to clipboard
constructor(throughputReservation: Output<String>? = null)

Properties

Link copied to clipboard
val throughputReservation: Output<String>? = null

The Reservation to use for this topic's throughput capacity.

Functions

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