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 MapDiscoverInstances
API. -
DNS_PUBLIC
: Instances can be discovered using public DNS queries and using theDiscoverInstances
API. -
DNS_PRIVATE
: Instances can be discovered using DNS queries in VPCs and using theDiscoverInstances
API.
Implementation
final NamespaceType? type;