Learn R Programming

paws.analytics (version 0.7.0)

datazone_get_time_series_data_point: Gets the existing data point for the asset

Description

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.

Usage

datazone_get_time_series_data_point(
  domainIdentifier,
  entityIdentifier,
  entityType,
  formName,
  identifier
)

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.

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.