ServiceSummary
public struct ServiceSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) that AWS Cloud Map assigns to the service when you create it.
Declaration
Swift
public let arn: String?
-
The date and time that the service was created.
Declaration
Swift
public let createDate: TimeStamp?
-
The description that you specify when you create the service.
Declaration
Swift
public let description: String?
-
Undocumented
Declaration
Swift
public let dnsConfig: DnsConfig?
-
Undocumented
Declaration
Swift
public let healthCheckConfig: HealthCheckConfig?
-
Undocumented
Declaration
Swift
public let healthCheckCustomConfig: HealthCheckCustomConfig?
-
The ID that AWS Cloud Map assigned to the service when you created it.
Declaration
Swift
public let id: String?
-
The number of instances that are currently associated with the service. Instances that were previously associated with the service but that have been deleted are not included in the count. The count might not reflect pending registrations and deregistrations.
Declaration
Swift
public let instanceCount: Int?
-
The name of the service.
Declaration
Swift
public let name: String?
-
init(arn:createDate:description:dnsConfig:healthCheckConfig:healthCheckCustomConfig:id:instanceCount:name:)
Undocumented
Declaration
Swift
public init(arn: String? = nil, createDate: TimeStamp? = nil, description: String? = nil, dnsConfig: DnsConfig? = nil, healthCheckConfig: HealthCheckConfig? = nil, healthCheckCustomConfig: HealthCheckCustomConfig? = nil, id: String? = nil, instanceCount: Int? = nil, name: String? = nil)