paws.analytics (version 0.1.0)

glue_get_connection: Retrieves a connection definition from the Data Catalog

Description

Retrieves a connection definition from the Data Catalog.

Usage

glue_get_connection(CatalogId, Name, HidePassword)

Arguments

CatalogId

The ID of the Data Catalog in which the connection resides. If none is provided, the AWS 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 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 does have permission to access the rest of the connection properties.

Request syntax

svc$get_connection(
  CatalogId = "string",
  Name = "string",
  HidePassword = TRUE|FALSE
)