RedshiftParameters
public struct RedshiftParameters : AWSShape
                Undocumented
- 
                  
                  
Declaration
Swift
public static var _members: [AWSShapeMember] - 
                  
                  
Cluster ID. This field can be blank if the Host and Port are provided.
Declaration
Swift
public let clusterId: String? - 
                  
                  
Database.
Declaration
Swift
public let database: String - 
                  
                  
Host. This field can be blank if ClusterId is provided.
Declaration
Swift
public let host: String? - 
                  
                  
Port. This field can be blank if the ClusterId is provided.
Declaration
Swift
public let port: Int? - 
                  
                  
Undocumented
Declaration
Swift
public init(clusterId: String? = nil, database: String, host: String? = nil, port: Int? = nil) - 
                  
                  
Declaration
Swift
public func validate(name: String) throws 
View on GitHub
        RedshiftParameters Structure Reference