TopicSpacesConfigurationArgs

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
constructor(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)

Properties

Link copied to clipboard

Client authentication settings for topic spaces configuration.

The maximum number of sessions per authentication name. The property default value is 1. Min allowed value is 1 and max allowed value is 100.

Link copied to clipboard
val maximumSessionExpiryInHours: Output<Int>? = null

The maximum session expiry in hours. The property default value is 1 hour. Min allowed value is 1 hour and max allowed value is 8 hours.

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

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.

Link copied to clipboard

Routing enrichments for topic spaces configuration

Link copied to clipboard

Routing identity info for topic spaces configuration.

Link copied to clipboard
val state: Output<Either<String, TopicSpacesConfigurationState>>? = null

Indicate if Topic Spaces Configuration is enabled for the namespace. Default is Disabled.

Functions

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