Topic Spaces Configuration Args
data class TopicSpacesConfigurationArgs(val clientAuthentication: Output<ClientAuthenticationSettingsArgs>? = null, val maximumClientSessionsPerAuthenticationName: Output<Int>? = null, val maximumSessionExpiryInHours: Output<Int>? = null, val routeTopicResourceId: Output<String>? = null, val routingEnrichments: Output<RoutingEnrichmentsArgs>? = null, val routingIdentityInfo: Output<RoutingIdentityInfoArgs>? = null, val state: Output<Either<String, TopicSpacesConfigurationState>>? = null) : ConvertibleToJava<TopicSpacesConfigurationArgs>
Properties of the Topic Spaces Configuration.
Constructors
Link copied to clipboard
fun TopicSpacesConfigurationArgs(clientAuthentication: Output<ClientAuthenticationSettingsArgs>? = null, maximumClientSessionsPerAuthenticationName: Output<Int>? = null, maximumSessionExpiryInHours: Output<Int>? = null, routeTopicResourceId: Output<String>? = null, routingEnrichments: Output<RoutingEnrichmentsArgs>? = null, routingIdentityInfo: Output<RoutingIdentityInfoArgs>? = null, state: Output<Either<String, TopicSpacesConfigurationState>>? = null)
Functions
Properties
Link copied to clipboard
Fully qualified Azure Resource Id for the Event Grid Topic to which events will be routed to from TopicSpaces under a namespace. This property should be in the following format '/subscriptions/{subId}/resourcegroups/{resourceGroupName}/providers/microsoft.EventGrid/topics/{topicName}'. This topic should reside in the same region where namespace is located.