Gets the existing data point for the asset
Source:R/datazone_operations.R
datazone_get_time_series_data_point.RdGets the existing data point for the asset.
See https://www.paws-r-sdk.com/docs/datazone_get_time_series_data_point/ for full documentation.
Usage
datazone_get_time_series_data_point(
domainIdentifier,
entityIdentifier,
entityType,
identifier,
formName
)Arguments
- 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.
- identifier
[required] The ID of the data point that you want to get.
- formName
[required] The name of the time series form that houses the data point that you want to get.