DeliveryConfigurationArgs

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)

Properties

Link copied to clipboard
val deliveryMode: Output<Either<String, DeliveryMode>>? = null

Delivery mode of the event subscription.

Link copied to clipboard
val queue: Output<QueueInfoArgs>? = null

This property should be populated when deliveryMode is queue and represents information about the queue subscription.

Functions

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