datazone_start_data_source_run {paws.analytics} | R Documentation |
Start the run of the specified data source in Amazon DataZone
Description
Start the run of the specified data source in Amazon DataZone.
See https://www.paws-r-sdk.com/docs/datazone_start_data_source_run/ for full documentation.
Usage
datazone_start_data_source_run(
clientToken = NULL,
dataSourceIdentifier,
domainIdentifier
)
Arguments
clientToken |
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request. |
dataSourceIdentifier |
[required] The identifier of the data source. |
domainIdentifier |
[required] The identifier of the Amazon DataZone domain in which to start a data source run. |
[Package paws.analytics version 0.9.0 Index]