Skip to content

Delete Connection Type

glue_delete_connection_type R Documentation

Deletes a custom connection type in Glue

Description

Deletes a custom connection type in Glue.

The connection type must exist and be registered before it can be deleted. This operation supports cleanup of connection type resources and helps maintain proper lifecycle management of custom connection types.

Usage

glue_delete_connection_type(ConnectionType)

Arguments

ConnectionType

[required] The name of the connection type to delete. Must reference an existing registered connection type.

Value

An empty list.

Request syntax

svc$delete_connection_type(
  ConnectionType = "string"
)