PostgreSQLSettings
public struct PostgreSQLSettings : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Database name for the endpoint.
Declaration
Swift
public let databaseName: String?
-
Endpoint connection password.
Declaration
Swift
public let password: String?
-
Endpoint TCP port.
Declaration
Swift
public let port: Int?
-
Fully qualified domain name of the endpoint.
Declaration
Swift
public let serverName: String?
-
Endpoint connection user name.
Declaration
Swift
public let username: String?
-
Undocumented
Declaration
Swift
public init(databaseName: String? = nil, password: String? = nil, port: Int? = nil, serverName: String? = nil, username: String? = nil)