glue_get_connection: Retrieves a connection definition from the Data Catalog

View source: R/glue_operations.R

glue_get_connectionR Documentation

Retrieves a connection definition from the Data Catalog

Description

Retrieves a connection definition from the Data Catalog.

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

Usage

glue_get_connection(CatalogId = NULL, Name, HidePassword = NULL)

Arguments

CatalogId

The ID of the Data Catalog in which the connection resides. If none is provided, the Amazon Web Services account ID is used by default.

Name

[required] The name of the connection definition to retrieve.

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.


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