DeliveryConfigArgs

data class DeliveryConfigArgs(val deliveryRequirement: Output<DeliveryConfigDeliveryRequirement>? = null) : ConvertibleToJava<DeliveryConfigArgs>

The settings for a subscription's message delivery.

Constructors

Link copied to clipboard
constructor(deliveryRequirement: Output<DeliveryConfigDeliveryRequirement>? = null)

Properties

Link copied to clipboard

The DeliveryRequirement for this subscription.

Functions

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