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.
The configuration of the workgroup, which includes the location in Amazon S3 where
query and calculation results are stored, the encryption option, if any, used for
query and calculation results, whether the Amazon CloudWatch Metrics are enabled for
the workgroup and whether workgroup settings override query settings, and the data
usage limits for the amount of data scanned per query or per workgroup. The workgroup
settings override is specified in EnforceWorkGroupConfiguration
(true/false)
in the WorkGroupConfiguration
. See WorkGroupConfiguration$EnforceWorkGroupConfiguration.
Namespace: Amazon.Athena.Model
Assembly: AWSSDK.Athena.dll
Version: 3.x.y.z
public class WorkGroupConfiguration
The WorkGroupConfiguration type exposes the following members
Name | Description | |
---|---|---|
WorkGroupConfiguration() |
Name | Type | Description | |
---|---|---|---|
AdditionalConfiguration | System.String |
Gets and sets the property AdditionalConfiguration. Specifies a user defined JSON string that is passed to the notebook engine. |
|
BytesScannedCutoffPerQuery | System.Int64 |
Gets and sets the property BytesScannedCutoffPerQuery. The upper data usage limit (cutoff) for the amount of bytes a single query in a workgroup is allowed to scan. |
|
CustomerContentEncryptionConfiguration | Amazon.Athena.Model.CustomerContentEncryptionConfiguration |
Gets and sets the property CustomerContentEncryptionConfiguration. Specifies the KMS key that is used to encrypt the user's data stores in Athena. This setting does not apply to Athena SQL workgroups. |
|
EnableMinimumEncryptionConfiguration | System.Boolean |
Gets and sets the property EnableMinimumEncryptionConfiguration. Enforces a minimal level of encryption for the workgroup for query and calculation results that are written to Amazon S3. When enabled, workgroup users can set encryption only to the minimum level set by the administrator or higher when they submit queries.
The |
|
EnforceWorkGroupConfiguration | System.Boolean |
Gets and sets the property EnforceWorkGroupConfiguration. If set to "true", the settings for the workgroup override client-side settings. If set to "false", client-side settings are used. For more information, see Workgroup Settings Override Client-Side Settings. |
|
EngineVersion | Amazon.Athena.Model.EngineVersion |
Gets and sets the property EngineVersion.
The engine version that all queries running on the workgroup use. Queries on the |
|
ExecutionRole | System.String |
Gets and sets the property ExecutionRole. The ARN of the execution role used to access user resources for Spark sessions and IAM Identity Center enabled workgroups. This property applies only to Spark enabled workgroups and IAM Identity Center enabled workgroups. The property is required for IAM Identity Center enabled workgroups. |
|
IdentityCenterConfiguration | Amazon.Athena.Model.IdentityCenterConfiguration |
Gets and sets the property IdentityCenterConfiguration. Specifies whether the workgroup is IAM Identity Center supported. |
|
PublishCloudWatchMetricsEnabled | System.Boolean |
Gets and sets the property PublishCloudWatchMetricsEnabled. Indicates that the Amazon CloudWatch metrics are enabled for the workgroup. |
|
QueryResultsS3AccessGrantsConfiguration | Amazon.Athena.Model.QueryResultsS3AccessGrantsConfiguration |
Gets and sets the property QueryResultsS3AccessGrantsConfiguration. Specifies whether Amazon S3 access grants are enabled for query results. |
|
RequesterPaysEnabled | System.Boolean |
Gets and sets the property RequesterPaysEnabled.
If set to |
|
ResultConfiguration | Amazon.Athena.Model.ResultConfiguration |
Gets and sets the property ResultConfiguration. The configuration for the workgroup, which includes the location in Amazon S3 where query and calculation results are stored and the encryption option, if any, used for query and calculation results. To run the query, you must specify the query results location using one of the ways: either in the workgroup using this setting, or for individual queries (client-side), using ResultConfiguration$OutputLocation. If none of them is set, Athena issues an error that no output location is provided. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5