View source: R/datazone_operations.R
datazone_get_time_series_data_point | R Documentation |
Gets the existing data point for the asset.
See https://www.paws-r-sdk.com/docs/datazone_get_time_series_data_point/ for full documentation.
datazone_get_time_series_data_point(
domainIdentifier,
entityIdentifier,
entityType,
formName,
identifier
)
domainIdentifier |
[required] The ID of the Amazon DataZone domain that houses the asset for which you want to get the data point. |
entityIdentifier |
[required] The ID of the asset for which you want to get the data point. |
entityType |
[required] The type of the asset for which you want to get the data point. |
formName |
[required] The name of the time series form that houses the data point that you want to get. |
identifier |
[required] The ID of the data point that you want to get. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.