timestreamwrite_create_batch_load_task: Creates a new Timestream batch load task

View source: R/timestreamwrite_operations.R

timestreamwrite_create_batch_load_taskR Documentation

Creates a new Timestream batch load task

Description

Creates a new Timestream batch load task. A batch load task processes data from a CSV source in an S3 location and writes to a Timestream table. A mapping from source to target is defined in a batch load task. Errors and events are written to a report at an S3 location. For the report, if the KMS key is not specified, the report will be encrypted with an S3 managed key when SSE_S3 is the option. Otherwise an error is thrown. For more information, see Amazon Web Services managed keys. Service quotas apply. For details, see code sample.

See https://www.paws-r-sdk.com/docs/timestreamwrite_create_batch_load_task/ for full documentation.

Usage

timestreamwrite_create_batch_load_task(
  ClientToken = NULL,
  DataModelConfiguration = NULL,
  DataSourceConfiguration,
  ReportConfiguration,
  TargetDatabaseName,
  TargetTableName,
  RecordVersion = NULL
)

Arguments

ClientToken
DataModelConfiguration
DataSourceConfiguration

[required] Defines configuration details about the data source for a batch load task.

ReportConfiguration

[required]

TargetDatabaseName

[required] Target Timestream database for a batch load task.

TargetTableName

[required] Target Timestream table for a batch load task.

RecordVersion

paws.database documentation built on Sept. 12, 2023, 1:21 a.m.