View source: R/datazone_operations.R
datazone_update_data_source | R Documentation |
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,
retainPermissionsOnRevokeFailure = NULL,
schedule = NULL
)
assetFormsInput |
The asset forms to be updated as part of the
|
configuration |
The configuration to be updated as part of the
|
description |
The description to be updated as part of the
|
domainIdentifier |
[required] The identifier of the domain in which to update a data source. |
enableSetting |
The enable setting to be updated as part of the
|
identifier |
[required] The identifier of the data source to be updated. |
name |
The name to be updated as part of the
|
publishOnImport |
The publish on import setting to be updated as part of the
|
recommendation |
The recommendation to be updated as part of the
|
retainPermissionsOnRevokeFailure |
Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source. |
schedule |
The schedule to be updated as part of the
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.