paws.analytics (version 0.1.0)

glue_batch_delete_connection: Deletes a list of connection definitions from the Data Catalog

Description

Deletes a list of connection definitions from the Data Catalog.

Usage

glue_batch_delete_connection(CatalogId, ConnectionNameList)

Arguments

CatalogId

The ID of the Data Catalog in which the connections reside. If none is provided, the AWS account ID is used by default.

ConnectionNameList

[required] A list of names of the connections to delete.

Request syntax

svc$batch_delete_connection(
  CatalogId = "string",
  ConnectionNameList = list(
    "string"
  )
)