View source: R/athena_operations.R
athena_start_calculation_execution | R Documentation |
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.
athena_start_calculation_execution(
SessionId,
Description = NULL,
CalculationConfiguration = NULL,
CodeBlock = NULL,
ClientRequestToken = NULL
)
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. Use this parameter instead of CalculationConfiguration$CodeBlock, which is deprecated. |
ClientRequestToken |
A unique case-sensitive string used to ensure the request to create the
calculation is idempotent (executes only once). If another
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.