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.
Properties
Link copied to clipboard
Azure subscription ID of the customer creating the event channel. The partner topic associated with the event channel will be created under this Azure subscription.
Link copied to clipboard
Name of the partner topic associated with the event channel.
Link copied to clipboard
Azure Resource Group of the customer creating the event channel. The partner topic associated with the event channel will be created under this resource group.