glue_get_connections: Retrieves a list of connection definitions from the Data...

View source: R/glue_operations.R

glue_get_connectionsR Documentation

Retrieves a list of connection definitions from the Data Catalog

Description

Retrieves a list of connection definitions from the Data Catalog.

See https://www.paws-r-sdk.com/docs/glue_get_connections/ for full documentation.

Usage

glue_get_connections(
  CatalogId = NULL,
  Filter = NULL,
  HidePassword = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

CatalogId

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.

Filter

A filter that controls which connections are returned.

HidePassword

Allows you to retrieve the connection metadata without returning the password. For instance, the 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.

NextToken

A continuation token, if this is a continuation call.

MaxResults

The maximum number of connections to return in one response.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.