System Topic Event Subscription Delivery Identity Args
data class SystemTopicEventSubscriptionDeliveryIdentityArgs(val type: Output<String>, val userAssignedIdentity: Output<String>? = null) : ConvertibleToJava<SystemTopicEventSubscriptionDeliveryIdentityArgs>
Constructors
Link copied to clipboard
fun SystemTopicEventSubscriptionDeliveryIdentityArgs(type: Output<String>, userAssignedIdentity: Output<String>? = null)