paws.analytics (version 0.1.0)

glue_delete_connection: Deletes a connection from the Data Catalog

Description

Deletes a connection from the Data Catalog.

Usage

glue_delete_connection(CatalogId, ConnectionName)

Arguments

CatalogId

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

ConnectionName

[required] The name of the connection to delete.

Request syntax

svc$delete_connection(
  CatalogId = "string",
  ConnectionName = "string"
)