Updates the workgroup with the specified name. The workgroup\'s name cannot be changed.
athena_update_work_group(WorkGroup, Description, ConfigurationUpdates,
State)
[required] The specified workgroup that will be updated.
The workgroup description.
The workgroup configuration that will be updated for the given workgroup.
The workgroup state that will be updated for the given workgroup.
svc$update_work_group( WorkGroup = "string", Description = "string", ConfigurationUpdates = list( EnforceWorkGroupConfiguration = TRUE|FALSE, ResultConfigurationUpdates = list( OutputLocation = "string", RemoveOutputLocation = TRUE|FALSE, EncryptionConfiguration = list( EncryptionOption = "SSE_S3"|"SSE_KMS"|"CSE_KMS", KmsKey = "string" ), RemoveEncryptionConfiguration = TRUE|FALSE ), PublishCloudWatchMetricsEnabled = TRUE|FALSE, BytesScannedCutoffPerQuery = 123, RemoveBytesScannedCutoffPerQuery = TRUE|FALSE, RequesterPaysEnabled = TRUE|FALSE ), State = "ENABLED"|"DISABLED" )