RelationalDatabaseEndpoint
public struct RelationalDatabaseEndpoint : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies the DNS address of the database.
Declaration
Swift
public let address: String?
-
Specifies the port that the database is listening on.
Declaration
Swift
public let port: Int?
-
Undocumented
Declaration
Swift
public init(address: String? = nil, port: Int? = nil)