View source: R/datazone_operations.R
datazone_delete_data_source | R Documentation |
Deletes a data source in Amazon DataZone.
See https://www.paws-r-sdk.com/docs/datazone_delete_data_source/ for full documentation.
datazone_delete_data_source(
clientToken = NULL,
domainIdentifier,
identifier,
retainPermissionsOnRevokeFailure = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.