CreateConnectionRequest
public struct CreateConnectionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the Data Catalog in which to create the connection. If none is provided, the AWS account ID is used by default.
Declaration
Swift
public let catalogId: String?
-
A ConnectionInput object defining the connection to create.
Declaration
Swift
public let connectionInput: ConnectionInput
-
Undocumented
Declaration
Swift
public init(catalogId: String? = nil, connectionInput: ConnectionInput)
-
Declaration
Swift
public func validate(name: String) throws