Deletes a list of connection definitions from the Data Catalog.
glue_batch_delete_connection(CatalogId, ConnectionNameList)
A list with the following syntax:
list(
Succeeded = list(
"string"
),
Errors = list(
list(
ErrorCode = "string",
ErrorMessage = "string"
)
)
)
The ID of the Data Catalog in which the connections reside. If none is provided, the AWS account ID is used by default.
[required] A list of names of the connections to delete.
svc$batch_delete_connection(
CatalogId = "string",
ConnectionNameList = list(
"string"
)
)