Learn R Programming

paws.analytics (version 0.7.0)

datazone_post_time_series_data_points: Posts time series data points to Amazon DataZone for the specified asset

Description

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.

Usage

datazone_post_time_series_data_points(
  clientToken = NULL,
  domainIdentifier,
  entityIdentifier,
  entityType,
  forms
)

Arguments

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.