class Aws::ServiceDiscovery::Types::CreateHttpNamespaceRequest

@note When making an API call, you may pass CreateHttpNamespaceRequest

data as a hash:

    {
      name: "NamespaceNameHttp", # required
      creator_request_id: "ResourceId",
      description: "ResourceDescription",
      tags: [
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] name

The name that you want to assign to this namespace.
@return [String]

@!attribute [rw] creator_request_id

A unique string that identifies the request and that allows failed
`CreateHttpNamespace` requests to be retried without the risk of
running the operation twice. `CreatorRequestId` can be any unique
string (for example, a date/time stamp).

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@!attribute [rw] description

A description for the namespace.
@return [String]

@!attribute [rw] tags

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.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/servicediscovery-2017-03-14/CreateHttpNamespaceRequest AWS API Documentation

Constants

SENSITIVE