TopicsConfiguration Class
Properties of the Topics Configuration.
Constructor
TopicsConfiguration(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
hostname
|
The hostname for the topics configuration. This is a read-only property. |
|
custom_domains
|
List of custom domain configurations for the namespace. |
Attributes
custom_domains
List of custom domain configurations for the namespace.
custom_domains: list['_models.CustomDomainConfiguration'] | None
hostname
The hostname for the topics configuration. This is a read-only property.
hostname: str | None