TopicsConfigurationResponse

data class TopicsConfigurationResponse(val customDomains: List<CustomDomainConfigurationResponse>? = null, val hostname: String)

Properties of the Topics Configuration.

Constructors

Link copied to clipboard
constructor(customDomains: List<CustomDomainConfigurationResponse>? = null, hostname: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of custom domain configurations for the namespace.

Link copied to clipboard

The hostname for the topics configuration. This is a read-only property.