enum NamespaceType
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ServiceDiscovery.NamespaceType |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsservicediscovery#NamespaceType |
![]() | software.amazon.awscdk.services.servicediscovery.NamespaceType |
![]() | aws_cdk.aws_servicediscovery.NamespaceType |
![]() | aws-cdk-lib » aws_servicediscovery » NamespaceType |
Members
Name | Description |
---|---|
HTTP | Choose this option if you want your application to use only API calls to discover registered instances. |
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.
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.
You aren't required to use both methods.