Retrieves a list of connection definitions from the Data Catalog.
glue_get_connections(CatalogId, Filter, HidePassword, NextToken,
MaxResults)
The ID of the Data Catalog in which the connections reside. If none is provided, the AWS account ID is used by default.
A filter that controls which connections are returned.
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 AWS KMS key to decrypt the password, but it does have permission to access the rest of the connection properties.
A continuation token, if this is a continuation call.
The maximum number of connections to return in one response.
svc$get_connections( CatalogId = "string", Filter = list( MatchCriteria = list( "string" ), ConnectionType = "JDBC"|"SFTP" ), HidePassword = TRUE|FALSE, NextToken = "string", MaxResults = 123 )