WorkGroupConfigurationUpdates class
The configuration information that will be updated for this workgroup, which includes the location in Amazon S3 where query results are stored, the encryption option, if any, used for query results, whether the Amazon CloudWatch Metrics are enabled for the workgroup, whether the workgroup settings override the client-side settings, and the data usage limit for the amount of bytes scanned per query, if it is specified.
Constructors
- WorkGroupConfigurationUpdates({int? bytesScannedCutoffPerQuery, bool? enforceWorkGroupConfiguration, bool? publishCloudWatchMetricsEnabled, bool? removeBytesScannedCutoffPerQuery, bool? requesterPaysEnabled, ResultConfigurationUpdates? resultConfigurationUpdates})
Properties
- bytesScannedCutoffPerQuery → int?
-
The upper limit (cutoff) for the amount of bytes a single query in a
workgroup is allowed to scan.
final
- enforceWorkGroupConfiguration → bool?
-
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.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- publishCloudWatchMetricsEnabled → bool?
-
Indicates whether this workgroup enables publishing metrics to Amazon
CloudWatch.
final
- removeBytesScannedCutoffPerQuery → bool?
-
Indicates that the data usage control limit per query is removed.
WorkGroupConfiguration$BytesScannedCutoffPerQuery
final
- requesterPaysEnabled → bool?
-
If set to
true
, allows members assigned to a workgroup to specify Amazon S3 Requester Pays buckets in queries. If set tofalse
, workgroup members cannot query data from Requester Pays buckets, and queries that retrieve data from Requester Pays buckets cause an error. The default isfalse
. For more information about Requester Pays buckets, see Requester Pays Buckets in the Amazon Simple Storage Service Developer Guide.final - resultConfigurationUpdates → ResultConfigurationUpdates?
-
The result configuration information about the queries in this workgroup
that will be updated. Includes the updated results location and an updated
option for encrypting query results.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited