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 the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery.

Link copied to clipboard

The identity to use when delivering events.

Functions

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