Namespace
public struct Namespace : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) that AWS Cloud Map assigns to the namespace when you create it.
Declaration
Swift
public let arn: String?
-
The date that the namespace was created, in Unix date/time format and Coordinated Universal Time (UTC). The value of CreateDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
Declaration
Swift
public let createDate: TimeStamp?
-
A unique string that identifies the request and that allows failed requests to be retried without the risk of executing an operation twice.
Declaration
Swift
public let creatorRequestId: String?
-
The description that you specify for the namespace when you create it.
Declaration
Swift
public let description: String?
-
The ID of a namespace.
Declaration
Swift
public let id: String?
-
The name of the namespace, such as example.com.
Declaration
Swift
public let name: String?
-
A complex type that contains information that’s specific to the type of the namespace.
Declaration
Swift
public let properties: NamespaceProperties?
-
The number of services that are associated with the namespace.
Declaration
Swift
public let serviceCount: Int?
-
The type of the namespace. The methods for discovering instances depends on the value that you specify: HTTP: Instances can be discovered only programmatically, using the AWS Cloud Map DiscoverInstances API. DNS_PUBLIC: Instances can be discovered using public DNS queries and using the DiscoverInstances API. DNS_PRIVATE: Instances can be discovered using DNS queries in VPCs and using the DiscoverInstances API.
Declaration
Swift
public let type: NamespaceType?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, createDate: TimeStamp? = nil, creatorRequestId: String? = nil, description: String? = nil, id: String? = nil, name: String? = nil, properties: NamespaceProperties? = nil, serviceCount: Int? = nil, type: NamespaceType? = nil)