athena_start_calculation_execution: Submits calculations for execution within a session

View source: R/athena_operations.R

athena_start_calculation_executionR Documentation

Submits calculations for execution within a session

Description

Submits calculations for execution within a session. You can supply the code to run as an inline code block within the request.

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

Usage

athena_start_calculation_execution(
  SessionId,
  Description = NULL,
  CalculationConfiguration = NULL,
  CodeBlock = NULL,
  ClientRequestToken = NULL
)

Arguments

SessionId

[required] The session ID.

Description

A description of the calculation.

CalculationConfiguration

Contains configuration information for the calculation.

CodeBlock

A string that contains the code of the calculation.

ClientRequestToken

A unique case-sensitive string used to ensure the request to create the calculation is idempotent (executes only once). If another StartCalculationExecutionRequest is received, the same response is returned and another calculation is not created. If a parameter has changed, an error is returned.

This token is listed as not required because Amazon Web Services SDKs (for example the Amazon Web Services SDK for Java) auto-generate the token for users. If you are not using the Amazon Web Services SDK or the Amazon Web Services CLI, you must provide this token or the action will fail.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.