athena_update_work_group: Updates the workgroup with the specified name

View source: R/athena_operations.R

athena_update_work_groupR Documentation

Updates the workgroup with the specified name

Description

Updates the workgroup with the specified name. The workgroup's name cannot be changed. Only ConfigurationUpdates can be specified.

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

Usage

athena_update_work_group(
  WorkGroup,
  Description = NULL,
  ConfigurationUpdates = NULL,
  State = NULL
)

Arguments

WorkGroup

[required] The specified workgroup that will be updated.

Description

The workgroup description.

ConfigurationUpdates

Contains configuration updates for an Athena SQL workgroup.

State

The workgroup state that will be updated for the given workgroup.


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