Delivery With Resource Identity Args
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
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.