paws.analytics (version 0.5.0)

athena_create_work_group: Creates a workgroup with the specified name

Description

Creates a workgroup with the specified name. A workgroup can be an Apache Spark enabled workgroup or an Athena SQL workgroup.

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

Usage

athena_create_work_group(
  Name,
  Configuration = NULL,
  Description = NULL,
  Tags = NULL
)

Arguments

Name

[required] The workgroup name.

Configuration

Contains configuration information for creating an Athena SQL workgroup or Spark enabled Athena workgroup. Athena SQL workgroup configuration includes the location in Amazon S3 where query and calculation results are stored, the encryption configuration, if any, used for encrypting query results, whether the Amazon CloudWatch Metrics are enabled for the workgroup, the limit for the amount of bytes scanned (cutoff) per query, if it is specified, and whether workgroup's settings (specified with EnforceWorkGroupConfiguration) in the WorkGroupConfiguration override client-side settings. See WorkGroupConfiguration$EnforceWorkGroupConfiguration.

Description

The workgroup description.

Tags

A list of comma separated tags to add to the workgroup that is created.