Define an HTTP Namespace.
import { HttpNamespace } from 'aws-cdk-lib/aws-servicediscovery';Or use the module namespace:
import * as servicediscovery from 'aws-cdk-lib/aws-servicediscovery';
// servicediscovery.HttpNamespaceConfiguration passed to the constructor as HttpNamespaceProps.
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