Updates the specified data source in Amazon DataZone
Source:R/datazone_operations.R
datazone_update_data_source.RdUpdates the specified data source in Amazon DataZone.
See https://www.paws-r-sdk.com/docs/datazone_update_data_source/ for full documentation.
Usage
datazone_update_data_source(
domainIdentifier,
identifier,
name = NULL,
description = NULL,
enableSetting = NULL,
publishOnImport = NULL,
assetFormsInput = NULL,
schedule = NULL,
configuration = NULL,
recommendation = NULL,
retainPermissionsOnRevokeFailure = NULL
)Arguments
- domainIdentifier
[required] The identifier of the domain in which to update a data source.
- identifier
[required] The identifier of the data source to be updated.
- name
The name to be updated as part of the
update_data_sourceaction.- description
The description to be updated as part of the
update_data_sourceaction.- enableSetting
The enable setting to be updated as part of the
update_data_sourceaction.- publishOnImport
The publish on import setting to be updated as part of the
update_data_sourceaction.- assetFormsInput
The asset forms to be updated as part of the
update_data_sourceaction.- schedule
The schedule to be updated as part of the
update_data_sourceaction.- configuration
The configuration to be updated as part of the
update_data_sourceaction.- recommendation
The recommendation to be updated as part of the
update_data_sourceaction.- retainPermissionsOnRevokeFailure
Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.