Class: Aws::ServiceDiscovery::Types::NamespaceProperties

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicediscovery/types.rb

Overview

A complex type that contains information that is specific to the namespace type.

Instance Attribute Summary collapse

Instance Attribute Details

#dns_propertiesTypes::DnsProperties

A complex type that contains the ID for the Route 53 hosted zone that AWS Cloud Map creates when you create a namespace.



1777
1778
1779
1780
1781
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1777

class NamespaceProperties < Struct.new(
  :dns_properties,
  :http_properties)
  include Aws::Structure
end

#http_propertiesTypes::HttpProperties

A complex type that contains the name of an HTTP namespace.



1777
1778
1779
1780
1781
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1777

class NamespaceProperties < Struct.new(
  :dns_properties,
  :http_properties)
  include Aws::Structure
end