PreparedStatementArgs

data class PreparedStatementArgs(val description: Output<String>? = null, val queryStatement: Output<String>? = null, val statementName: Output<String>? = null, val workGroup: Output<String>? = null) : ConvertibleToJava<PreparedStatementArgs>

Resource schema for AWS::Athena::PreparedStatement

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, queryStatement: Output<String>? = null, statementName: Output<String>? = null, workGroup: Output<String>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

The description of the prepared statement.

Link copied to clipboard
val queryStatement: Output<String>? = null

The query string for the prepared statement.

Link copied to clipboard
val statementName: Output<String>? = null

The name of the prepared statement.

Link copied to clipboard
val workGroup: Output<String>? = null

The name of the workgroup to which the prepared statement belongs.

Functions

Link copied to clipboard
open override fun toJava(): PreparedStatementArgs