Class WorkgroupConfigurationArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class WorkgroupConfigurationArgs : ResourceArgs
Constructors
View SourceWorkgroupConfigurationArgs()
Declaration
public WorkgroupConfigurationArgs()
Properties
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 Input<int> BytesScannedCutoffPerQuery { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<bool> EnforceWorkgroupConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
PublishCloudwatchMetricsEnabled
Boolean whether Amazon CloudWatch metrics are enabled for the workgroup. Defaults to true.
Declaration
public Input<bool> PublishCloudwatchMetricsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
ResultConfiguration
Configuration block with result settings. Documented below.
Declaration
public Input<WorkgroupConfigurationResultConfigurationArgs> ResultConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<WorkgroupConfigurationResultConfigurationArgs> |