Delivery Configuration Args
data class DeliveryConfigurationArgs(val deliveryMode: Output<Either<String, DeliveryMode>>? = null, val queue: Output<QueueInfoArgs>? = null) : ConvertibleToJava<DeliveryConfigurationArgs>
Properties of the delivery configuration information of the event subscription.
Constructors
Link copied to clipboard
constructor(deliveryMode: Output<Either<String, DeliveryMode>>? = null, queue: Output<QueueInfoArgs>? = null)