Skip to content

Delete Connection

datazone_delete_connection R Documentation

Deletes and connection

Description

Deletes and connection. In Amazon DataZone, a connection enables you to connect your resources (domains, projects, and environments) to external resources and services.

Usage

datazone_delete_connection(domainIdentifier, identifier)

Arguments

domainIdentifier

[required] The ID of the domain where the connection is deleted.

identifier

[required] The ID of the connection that is deleted.

Value

A list with the following syntax:

list(
  status = "string"
)

Request syntax

svc$delete_connection(
  domainIdentifier = "string",
  identifier = "string"
)