Updates the specified data source in Amazon DataZone.
See https://www.paws-r-sdk.com/docs/datazone_update_data_source/ for full documentation.
datazone_update_data_source(
assetFormsInput = NULL,
configuration = NULL,
description = NULL,
domainIdentifier,
enableSetting = NULL,
identifier,
name = NULL,
publishOnImport = NULL,
recommendation = NULL,
schedule = NULL
)
The asset forms to be updated as part of the
update_data_source
action.
The configuration to be updated as part of the
update_data_source
action.
The description to be updated as part of the
update_data_source
action.
[required] The identifier of the domain in which to update a data source.
The enable setting to be updated as part of the
update_data_source
action.
[required] The identifier of the data source to be updated.
The name to be updated as part of the
update_data_source
action.
The publish on import setting to be updated as part of the
update_data_source
action.
The recommendation to be updated as part of the
update_data_source
action.
The schedule to be updated as part of the
update_data_source
action.