LiteSubscriptionDeliveryConfigArgs

data class LiteSubscriptionDeliveryConfigArgs(val deliveryRequirement: Output<String>) : ConvertibleToJava<LiteSubscriptionDeliveryConfigArgs>

Constructors

Link copied to clipboard
constructor(deliveryRequirement: Output<String>)

Properties

Link copied to clipboard

When this subscription should send messages to subscribers relative to messages persistence in storage. Possible values are: DELIVER_IMMEDIATELY, DELIVER_AFTER_STORED, DELIVERY_REQUIREMENT_UNSPECIFIED.

Functions

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