Event Channel Destination Args
data class EventChannelDestinationArgs(val azureSubscriptionId: Output<String>? = null, val partnerTopicName: Output<String>? = null, val resourceGroup: Output<String>? = null) : ConvertibleToJava<EventChannelDestinationArgs>
Properties of the destination of an event channel.
Constructors
Link copied to clipboard
fun EventChannelDestinationArgs(azureSubscriptionId: Output<String>? = null, partnerTopicName: Output<String>? = null, resourceGroup: Output<String>? = null)