datazone_delete_data_source {paws.analytics} | R Documentation |
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. |
[Package paws.analytics version 0.9.0 Index]