Module: AWSCDK::ServiceDiscovery::NamespaceType

Defined in:
service_discovery/namespace_type.rb

Constant Summary collapse

HTTP =
Deprecated.
Note:

Default:

Choose this option if you want your application to use only API calls to discover registered instances.

Jsii::Enum.new("aws-cdk-lib.aws_servicediscovery.NamespaceType", "HTTP")
DNS_PRIVATE =
Deprecated.
Note:

Default:

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.

Jsii::Enum.new("aws-cdk-lib.aws_servicediscovery.NamespaceType", "DNS_PRIVATE")
DNS_PUBLIC =
Deprecated.
Note:

Default:

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.

Jsii::Enum.new("aws-cdk-lib.aws_servicediscovery.NamespaceType", "DNS_PUBLIC")