glue_create_connection {paws.analytics} | R Documentation |
Creates a connection definition in the Data Catalog
Description
Creates a connection definition in the Data Catalog.
See https://www.paws-r-sdk.com/docs/glue_create_connection/ for full documentation.
Usage
glue_create_connection(CatalogId = NULL, ConnectionInput, Tags = NULL)
Arguments
CatalogId |
The ID of the Data Catalog in which to create the connection. If none is provided, the Amazon Web Services account ID is used by default. |
ConnectionInput |
[required] A |
Tags |
The tags you assign to the connection. |
[Package paws.analytics version 0.7.0 Index]