class Aws::ServiceDiscovery::Types::CreatePublicDnsNamespaceRequest
@note When making an API call, you may pass CreatePublicDnsNamespaceRequest
data as a hash: { name: "NamespaceNamePublic", # required creator_request_id: "ResourceId", description: "ResourceDescription", tags: [ { key: "TagKey", # required value: "TagValue", # required }, ], properties: { dns_properties: { # required soa: { # required ttl: 1, # 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 `CreatePublicDnsNamespace` requests to be retried without the risk of running the operation twice. `CreatorRequestId` can be any unique string (for example, a date/timestamp). **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>]
@!attribute [rw] properties
Properties for the public DNS namespace. @return [Types::PublicDnsNamespaceProperties]
@see docs.aws.amazon.com/goto/WebAPI/servicediscovery-2017-03-14/CreatePublicDnsNamespaceRequest AWS API Documentation
Constants
- SENSITIVE