Creates an HTTP namespace
Source:R/servicediscovery_operations.R
servicediscovery_create_http_namespace.RdCreates an HTTP namespace. Service instances registered using an HTTP namespace can be discovered using a discover_instances request but can't be discovered using DNS.
See https://www.paws-r-sdk.com/docs/servicediscovery_create_http_namespace/ for full documentation.
Usage
servicediscovery_create_http_namespace(
Name,
CreatorRequestId = NULL,
Description = NULL,
Tags = NULL
)Arguments
- Name
[required] The name that you want to assign to this namespace.
- CreatorRequestId
A unique string that identifies the request and that allows failed
create_http_namespacerequests to be retried without the risk of running the operation twice.CreatorRequestIdcan be any unique string (for example, a date/time stamp).- Description
A description for the namespace.
The tags to add to the namespace. Each tag consists of a key and an optional value that you define. Tags keys can be up to 128 characters in length, and tag values can be up to 256 characters in length.