athena_update_work_group {paws.analytics} | R 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. |
[Package paws.analytics version 0.7.0 Index]