View source: R/glue_operations.R
glue_get_connection | R Documentation |
Retrieves a connection definition from the Data Catalog.
See https://www.paws-r-sdk.com/docs/glue_get_connection/ for full documentation.
glue_get_connection(
CatalogId = NULL,
Name,
HidePassword = NULL,
ApplyOverrideForComputeEnvironment = NULL
)
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. |
ApplyOverrideForComputeEnvironment |
For connections that may be used in multiple services, specifies returning properties for the specified compute environment. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.