View source: R/datazone_operations.R
datazone_post_time_series_data_points | R Documentation |
Posts time series data points to Amazon DataZone for the specified asset.
See https://www.paws-r-sdk.com/docs/datazone_post_time_series_data_points/ for full documentation.
datazone_post_time_series_data_points(
clientToken = NULL,
domainIdentifier,
entityIdentifier,
entityType,
forms
)
clientToken |
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request. |
domainIdentifier |
[required] The ID of the Amazon DataZone domain in which you want to post time series data points. |
entityIdentifier |
[required] The ID of the asset for which you want to post time series data points. |
entityType |
[required] The type of the asset for which you want to post data points. |
forms |
[required] The forms that contain the data points that you want to post. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.