Delete Connection
codeconnections_delete_connection | R Documentation |
The connection to be deleted¶
Description¶
The connection to be deleted.
Usage¶
codeconnections_delete_connection(ConnectionArn)
Arguments¶
ConnectionArn |
[required] The Amazon Resource Name (ARN) of the connection to be deleted. The ARN is never reused if the connection is deleted. |
Value¶
An empty list.
Request syntax¶
svc$delete_connection(
ConnectionArn = "string"
)