AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateWorkGroup operation. Creates a workgroup with the specified name. A workgroup can be an Apache Spark enabled workgroup or an Athena SQL workgroup.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Athena.AmazonAthenaRequest
      Amazon.Athena.Model.CreateWorkGroupRequest

Namespace: Amazon.Athena.Model
Assembly: AWSSDK.Athena.dll
Version: 3.x.y.z

Syntax

C#
public class CreateWorkGroupRequest : AmazonAthenaRequest
         IAmazonWebServiceRequest

The CreateWorkGroupRequest type exposes the following members

Constructors

NameDescription
Public Method CreateWorkGroupRequest()

Properties

NameTypeDescription
Public Property Configuration Amazon.Athena.Model.WorkGroupConfiguration

Gets and sets the property 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.

Public Property Description System.String

Gets and sets the property Description.

The workgroup description.

Public Property Name System.String

Gets and sets the property Name.

The workgroup name.

Public Property Tags System.Collections.Generic.List<Amazon.Athena.Model.Tag>

Gets and sets the property Tags.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5