glue_update_connection: Updates a connection definition in the Data Catalog

View source: R/glue_operations.R

glue_update_connectionR Documentation

Updates a connection definition in the Data Catalog

Description

Updates a connection definition in the Data Catalog.

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

Usage

glue_update_connection(CatalogId = NULL, Name, ConnectionInput)

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 update.

ConnectionInput

[required] A ConnectionInput object that redefines the connection in question.


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