Partner Topic Info Args
data class PartnerTopicInfoArgs(val azureSubscriptionId: Output<String>? = null, val eventTypeInfo: Output<EventTypeInfoArgs>? = null, val name: Output<String>? = null, val resourceGroupName: Output<String>? = null, val source: Output<String>? = null) : ConvertibleToJava<PartnerTopicInfoArgs>
Properties of the corresponding partner topic of a Channel.
Constructors
Link copied to clipboard
constructor(azureSubscriptionId: Output<String>? = null, eventTypeInfo: Output<EventTypeInfoArgs>? = null, name: Output<String>? = null, resourceGroupName: Output<String>? = null, source: Output<String>? = null)
Properties
Link copied to clipboard
Azure subscription ID of the subscriber. The partner topic associated with the channel will be created under this Azure subscription.
Link copied to clipboard
Event Type Information for the partner topic. This information is provided by the publisher and can be used by the subscriber to view different types of events that are published.
Link copied to clipboard
Azure Resource Group of the subscriber. The partner topic associated with the channel will be created under this resource group.