athena_create_prepared_statement: Creates a prepared statement for use with SQL queries in...

View source: R/athena_operations.R

athena_create_prepared_statementR Documentation

Creates a prepared statement for use with SQL queries in Athena

Description

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.

Usage

athena_create_prepared_statement(
  StatementName,
  WorkGroup,
  QueryStatement,
  Description = NULL
)

Arguments

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.


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