Show / Hide Table of Contents

Class WorkgroupConfigurationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
WorkgroupConfigurationArgs
Inherited Members
ResourceArgs.Empty
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 Source

WorkgroupConfigurationArgs()

Declaration
public WorkgroupConfigurationArgs()

Properties

View Source

BytesScannedCutoffPerQuery

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>
View Source

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>
View Source

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>
View Source

ResultConfiguration

Configuration block with result settings. Documented below.

Declaration
public Input<WorkgroupConfigurationResultConfigurationArgs> ResultConfiguration { get; set; }
Property Value
Type Description
Input<WorkgroupConfigurationResultConfigurationArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.