LiteSubscriptionDeliveryConfigArgs

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

Constructors

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

Functions

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

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.