type property

NamespaceType? type
final

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 Map DiscoverInstances API.
  • DNS_PUBLIC: Instances can be discovered using public DNS queries and using the DiscoverInstances API.
  • DNS_PRIVATE: Instances can be discovered using DNS queries in VPCs and using the DiscoverInstances API.

Implementation

final NamespaceType? type;