Define a Public DNS Namespace.
import { PublicDnsNamespace } from 'aws-cdk-lib/aws-servicediscovery';Or use the module namespace:
import * as servicediscovery from 'aws-cdk-lib/aws-servicediscovery';
// servicediscovery.PublicDnsNamespaceConfiguration passed to the constructor as PublicDnsNamespaceProps.
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