glue_test_connection {paws.analytics} | R Documentation |
Tests a connection to a service to validate the service credentials that you provide
Description
Tests a connection to a service to validate the service credentials that you provide.
See https://www.paws-r-sdk.com/docs/glue_test_connection/ for full documentation.
Usage
glue_test_connection(
ConnectionName = NULL,
CatalogId = NULL,
TestConnectionInput = NULL
)
Arguments
ConnectionName |
Optional. The name of the connection to test. If only name is provided, the operation will get the connection and use that for testing. |
CatalogId |
The catalog ID where the connection resides. |
TestConnectionInput |
A structure that is used to specify testing a connection to a service. |
[Package paws.analytics version 0.9.0 Index]