UpdateConnectionRequest

public struct UpdateConnectionRequest : 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?
  • A ConnectionInput object that redefines the connection in question.

    Declaration

    Swift

    public let connectionInput: ConnectionInput
  • The name of the connection definition to update.

    Declaration

    Swift

    public let name: String
  • Undocumented

    Declaration

    Swift

    public init(catalogId: String? = nil, connectionInput: ConnectionInput, name: String)
  • Declaration

    Swift

    public func validate(name: String) throws