class Aws::Glue::Types::GetConnectionsRequest

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

data as a hash:

    {
      catalog_id: "CatalogIdString",
      filter: {
        match_criteria: ["NameString"],
        connection_type: "JDBC", # accepts JDBC, SFTP, MONGODB, KAFKA, NETWORK, MARKETPLACE, CUSTOM
      },
      hide_password: false,
      next_token: "Token",
      max_results: 1,
    }

@!attribute [rw] catalog_id

The ID of the Data Catalog in which the connections reside. If none
is provided, the Amazon Web Services account ID is used by default.
@return [String]

@!attribute [rw] filter

A filter that controls which connections are returned.
@return [Types::GetConnectionsFilter]

@!attribute [rw] hide_password

Allows you to retrieve the connection metadata without returning the
password. For instance, the AWS Glue console uses this flag to
retrieve the connection, and does not display the password. Set this
parameter when the caller might not have permission to use the KMS
key to decrypt the password, but it does have permission to access
the rest of the connection properties.
@return [Boolean]

@!attribute [rw] next_token

A continuation token, if this is a continuation call.
@return [String]

@!attribute [rw] max_results

The maximum number of connections to return in one response.
@return [Integer]

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

Constants

SENSITIVE