type property
The type of the namespace. The methods for discovering instances depends on the value that you specify:
-
HTTP: Instances can be discovered only programmatically, using the AWS Cloud MapDiscoverInstancesAPI. -
DNS_PUBLIC: Instances can be discovered using public DNS queries and using theDiscoverInstancesAPI. -
DNS_PRIVATE: Instances can be discovered using DNS queries in VPCs and using theDiscoverInstancesAPI.
Implementation
final NamespaceType? type;