DeliveryWithResourceIdentityArgs

data class DeliveryWithResourceIdentityArgs(val destination: Output<Any>? = null, val identity: Output<EventSubscriptionIdentityArgs>? = null) : ConvertibleToJava<DeliveryWithResourceIdentityArgs>

Information about the delivery for an event subscription with resource identity.

Constructors

Link copied to clipboard
constructor(destination: Output<Any>? = null, identity: Output<EventSubscriptionIdentityArgs>? = null)

Properties

Link copied to clipboard
val destination: Output<Any>? = null

Information about the destination where events have to be delivered for the event subscription. Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.

Link copied to clipboard

The identity to use when delivering events.

Functions

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