ServiceChange
public struct ServiceChange : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A description for the service.
Declaration
Swift
public let description: String?
-
A complex type that contains information about the Route 53 DNS records that you want AWS Cloud Map to create when you register an instance.
Declaration
Swift
public let dnsConfig: DnsConfigChange?
-
Undocumented
Declaration
Swift
public let healthCheckConfig: HealthCheckConfig?
-
Undocumented
Declaration
Swift
public init(description: String? = nil, dnsConfig: DnsConfigChange? = nil, healthCheckConfig: HealthCheckConfig? = nil)
-
Declaration
Swift
public func validate(name: String) throws