Define a Service Discovery HTTP Namespace.
import { PrivateDnsNamespace } from 'aws-cdk-lib/aws-servicediscovery';Or use the module namespace:
import * as servicediscovery from 'aws-cdk-lib/aws-servicediscovery';
// servicediscovery.PrivateDnsNamespaceConfiguration passed to the constructor as PrivateDnsNamespaceProps.
vpcRequiredIVpcThe Amazon VPC that you want to associate the namespace with.
BaseNamespacePropsnameRequiredinherited from BaseNamespacePropsstringA name for the Namespace.
descriptionOptionalinherited from BaseNamespacePropsstringA description of the Namespace.
Default: none
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-servicediscovery