class Aws::Glue::Types::GetConnectionsFilter

Filters the connection definitions that are returned by the `GetConnections` API operation.

@note When making an API call, you may pass GetConnectionsFilter

data as a hash:

    {
      match_criteria: ["NameString"],
      connection_type: "JDBC", # accepts JDBC, SFTP, MONGODB, KAFKA, NETWORK, MARKETPLACE, CUSTOM
    }

@!attribute [rw] match_criteria

A criteria string that must match the criteria recorded in the
connection definition for that connection definition to be returned.
@return [Array<String>]

@!attribute [rw] connection_type

The type of connections to return. Currently, SFTP is not supported.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetConnectionsFilter AWS API Documentation

Constants

SENSITIVE