LiteTopicReservationConfigArgs

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

Constructors

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

Functions

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

Properties

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

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