Skip to content

Update Named Query

athena_update_named_query R Documentation

Updates a NamedQuery object

Description

Updates a NamedQuery object. The database or workgroup cannot be updated.

Usage

athena_update_named_query(NamedQueryId, Name, Description, QueryString)

Arguments

NamedQueryId

[required] The unique identifier (UUID) of the query.

Name

[required] The name of the query.

Description

The query description.

QueryString

[required] The contents of the query with all query statements.

Value

An empty list.

Request syntax

svc$update_named_query(
  NamedQueryId = "string",
  Name = "string",
  Description = "string",
  QueryString = "string"
)