NamespaceProperties
public struct NamespaceProperties : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A complex type that contains the ID for the Route 53 hosted zone that AWS Cloud Map creates when you create a namespace.
Declaration
Swift
public let dnsProperties: DnsProperties? -
A complex type that contains the name of an HTTP namespace.
Declaration
Swift
public let httpProperties: HttpProperties? -
Undocumented
Declaration
Swift
public init(dnsProperties: DnsProperties? = nil, httpProperties: HttpProperties? = nil)
View on GitHub
NamespaceProperties Structure Reference