BatchDeleteConnectionRequest

public struct BatchDeleteConnectionRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the Data Catalog in which the connections reside. If none is provided, the AWS account ID is used by default.

    Declaration

    Swift

    public let catalogId: String?
  • A list of names of the connections to delete.

    Declaration

    Swift

    public let connectionNameList: [String]
  • Undocumented

    Declaration

    Swift

    public init(catalogId: String? = nil, connectionNameList: [String])
  • Declaration

    Swift

    public func validate(name: String) throws