dnsDomainNames property

List<String>? dnsDomainNames
getter/setter pair

Additional DNS domain names from the subnet's network to be made visible to the Connect Cluster.

When using MirrorMaker2, it's necessary to add the bootstrap address's dns domain name of the target cluster to make it visible to the connector. For example: my-kafka-cluster.us-central1.managedkafka.my-project.cloud.goog

Optional.

Implementation

core.List<core.String>? dnsDomainNames;