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
fun DeliveryWithResourceIdentityArgs(destination: Output<Any>? = null, identity: Output<EventSubscriptionIdentityArgs>? = null)