athena_batch_get_prepared_statement: Returns the details of a single prepared statement or a list...

View source: R/athena_operations.R

athena_batch_get_prepared_statementR Documentation

Returns the details of a single prepared statement or a list of up to 256 prepared statements for the array of prepared statement names that you provide

Description

Returns the details of a single prepared statement or a list of up to 256 prepared statements for the array of prepared statement names that you provide. Requires you to have access to the workgroup to which the prepared statements belong. If a prepared statement cannot be retrieved for the name specified, the statement is listed in UnprocessedPreparedStatementNames.

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

Usage

athena_batch_get_prepared_statement(PreparedStatementNames, WorkGroup)

Arguments

PreparedStatementNames

[required] A list of prepared statement names to return.

WorkGroup

[required] The name of the workgroup to which the prepared statements belong.


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