Learn R Programming

paws.analytics (version 0.7.0)

datazone_delete_data_source: Deletes a data source in Amazon DataZone

Description

Deletes a data source in Amazon DataZone.

See https://www.paws-r-sdk.com/docs/datazone_delete_data_source/ for full documentation.

Usage

datazone_delete_data_source(
  clientToken = NULL,
  domainIdentifier,
  identifier,
  retainPermissionsOnRevokeFailure = NULL
)

Arguments

clientToken

A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

domainIdentifier

[required] The ID of the Amazon DataZone domain in which the data source is deleted.

identifier

[required] The identifier of the data source that is deleted.

retainPermissionsOnRevokeFailure

Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.