Class WorkgroupConfiguration
Inheritance
System.Object
WorkgroupConfiguration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Athena.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class WorkgroupConfiguration
Fields
View SourceBytesScannedCutoffPerQuery
Integer for the upper data usage limit (cutoff) for the amount of bytes a single query in a workgroup is allowed to scan. Must be at least 10485760.
Declaration
public readonly int? BytesScannedCutoffPerQuery
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
EnforceWorkgroupConfiguration
Boolean whether the settings for the workgroup override client-side settings. For more information, see Workgroup Settings Override Client-Side Settings. Defaults to true.
Declaration
public readonly bool? EnforceWorkgroupConfiguration
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
PublishCloudwatchMetricsEnabled
Boolean whether Amazon CloudWatch metrics are enabled for the workgroup. Defaults to true.
Declaration
public readonly bool? PublishCloudwatchMetricsEnabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
ResultConfiguration
Configuration block with result settings. Documented below.
Declaration
public readonly WorkgroupConfigurationResultConfiguration ResultConfiguration
Field Value
| Type | Description |
|---|---|
| WorkgroupConfigurationResultConfiguration |