Creates an HTTP namespace. Service instances that you register using an
HTTP namespace can be discovered using a DiscoverInstances
request but
can\'t be discovered using DNS.
servicediscovery_create_http_namespace(Name, CreatorRequestId,
Description)
[required] The name that you want to assign to this namespace.
A unique string that identifies the request and that allows failed
CreateHttpNamespace
requests to be retried without the risk of
executing the operation twice. CreatorRequestId
can be any unique
string, for example, a date/time stamp.
A description for the namespace.
svc$create_http_namespace( Name = "string", CreatorRequestId = "string", Description = "string" )
For the current limit on the number of namespaces that you can create using the same AWS account, see AWS Cloud Map Limits in the AWS Cloud Map Developer Guide.