Service Bus Topic Output Data Source Args
data class ServiceBusTopicOutputDataSourceArgs(val propertyColumns: Output<List<String>>? = null, val serviceBusNamespace: Output<String>? = null, val sharedAccessPolicyKey: Output<String>? = null, val sharedAccessPolicyName: Output<String>? = null, val topicName: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<ServiceBusTopicOutputDataSourceArgs>
Describes a Service Bus Topic output data source.
Properties
Link copied to clipboard
A string array of the names of output columns to be attached to Service Bus messages as custom properties.
Link copied to clipboard
The namespace that is associated with the desired Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.
Link copied to clipboard
The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.
Link copied to clipboard
The shared access policy name for the Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on PUT (CreateOrReplace) requests.