Create Prepared Statement
| athena_create_prepared_statement | R Documentation | 
Creates a prepared statement for use with SQL queries in Athena¶
Description¶
Creates a prepared statement for use with SQL queries in Athena.
Usage¶
athena_create_prepared_statement(StatementName, WorkGroup,
  QueryStatement, Description)
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.  | 
Value¶
An empty list.
Request syntax¶
svc$create_prepared_statement(
  StatementName = "string",
  WorkGroup = "string",
  QueryStatement = "string",
  Description = "string"
)