Routing Service Bus Topic Endpoint Properties Args
data class RoutingServiceBusTopicEndpointPropertiesArgs(val authenticationType: Output<Either<String, AuthenticationType>>? = null, val connectionString: Output<String>? = null, val endpointUri: Output<String>? = null, val entityPath: Output<String>? = null, val id: Output<String>? = null, val name: Output<String>, val resourceGroup: Output<String>? = null, val subscriptionId: Output<String>? = null) : ConvertibleToJava<RoutingServiceBusTopicEndpointPropertiesArgs>
The properties related to service bus topic endpoint types.
Constructors
Link copied to clipboard
fun RoutingServiceBusTopicEndpointPropertiesArgs(authenticationType: Output<Either<String, AuthenticationType>>? = null, connectionString: Output<String>? = null, endpointUri: Output<String>? = null, entityPath: Output<String>? = null, id: Output<String>? = null, name: Output<String>, resourceGroup: Output<String>? = null, subscriptionId: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
The name that identifies this endpoint. The name can only include alphanumeric characters, periods, underscores, hyphens and has a maximum length of 64 characters. The following names are reserved: events, fileNotifications, $default. Endpoint names must be unique across endpoint types. The name need not be the same as the actual topic name.