Learn R Programming

paws.analytics (version 0.7.0)

datazone_update_data_source: Updates the specified data source in Amazon DataZone

Description

Updates 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(
  assetFormsInput = NULL,
  configuration = NULL,
  description = NULL,
  domainIdentifier,
  enableSetting = NULL,
  identifier,
  name = NULL,
  publishOnImport = NULL,
  recommendation = NULL,
  retainPermissionsOnRevokeFailure = NULL,
  schedule = NULL
)

Arguments

assetFormsInput

The asset forms to be updated as part of the update_data_source action.

configuration

The configuration to be updated as part of the update_data_source action.

description

The description to be updated as part of the update_data_source action.

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 update_data_source action.

identifier

[required] The identifier of the data source to be updated.

name

The name to be updated as part of the update_data_source action.

publishOnImport

The publish on import setting to be updated as part of the update_data_source action.

recommendation

The recommendation to be updated as part of the update_data_source action.

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 update_data_source action.