athena_create_prepared_statement {paws.analytics} | R Documentation |
Creates a prepared statement for use with SQL queries in Athena.
See https://www.paws-r-sdk.com/docs/athena_create_prepared_statement/ for full documentation.
athena_create_prepared_statement(
StatementName,
WorkGroup,
QueryStatement,
Description = NULL
)
StatementName |
[required] The name of the prepared statement. |
WorkGroup |
[required] The name of the workgroup to which the prepared statement belongs. |
QueryStatement |
[required] The query string for the prepared statement. |
Description |
The description of the prepared statement. |