Enum NamespaceType
Namespace: Amazon.CDK.AWS.ServiceDiscovery
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum NamespaceType
Syntax (vb)
Public Enum NamespaceType
Synopsis
Fields
DNS_PRIVATE | Choose this option if you want your application to be able to discover instances using either API calls or using DNS queries in a VPC. |
DNS_PUBLIC | Choose this option if you want your application to be able to discover instances using either API calls or using public DNS queries. |
HTTP | Choose this option if you want your application to use only API calls to discover registered instances. |
Fields
Name | Description |
---|---|
DNS_PRIVATE | Choose this option if you want your application to be able to discover instances using either API calls or using DNS queries in a VPC. |
DNS_PUBLIC | Choose this option if you want your application to be able to discover instances using either API calls or using public DNS queries. |
HTTP | Choose this option if you want your application to use only API calls to discover registered instances. |