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.
glue_test_connection(
ConnectionName = NULL,
CatalogId = NULL,
TestConnectionInput = NULL
)
Optional. The name of the connection to test. If only name is provided, the operation will get the connection and use that for testing.
The catalog ID where the connection resides.
A structure that is used to specify testing a connection to a service.