DeleteConnectionRequest
public struct DeleteConnectionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the Data Catalog in which the connection resides. If none is provided, the AWS account ID is used by default.
Declaration
Swift
public let catalogId: String? -
The name of the connection to delete.
Declaration
Swift
public let connectionName: String -
Undocumented
Declaration
Swift
public init(catalogId: String? = nil, connectionName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DeleteConnectionRequest Structure Reference