paws.networking (version 0.1.6)

servicediscovery_create_http_namespace: Creates an HTTP namespace

Description

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.

Usage

servicediscovery_create_http_namespace(Name, CreatorRequestId,
  Description)

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 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.

Description

A description for the namespace.

Request syntax

svc$create_http_namespace(
  Name = "string",
  CreatorRequestId = "string",
  Description = "string"
)

Details

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.