EventChannelDestinationArgs

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
constructor(azureSubscriptionId: Output<String>? = null, partnerTopicName: Output<String>? = null, resourceGroup: Output<String>? = null)

Properties

Link copied to clipboard
val azureSubscriptionId: Output<String>? = null

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
val partnerTopicName: Output<String>? = null

Name of the partner topic associated with the event channel.

Link copied to clipboard
val resourceGroup: Output<String>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): EventChannelDestinationArgs