ResultConfigurationUpdates class
The information about the updates in the query results, such as output location and encryption configuration for the query results.
Constructors
- ResultConfigurationUpdates({EncryptionConfiguration? encryptionConfiguration, String? outputLocation, bool? removeEncryptionConfiguration, bool? removeOutputLocation})
Properties
- encryptionConfiguration → EncryptionConfiguration?
-
The encryption configuration for the query results.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- outputLocation → String?
-
The location in Amazon S3 where your query results are stored, such as
s3://path/to/query/bucket/
. For more information, see Query Results If workgroup settings override client-side settings, then the query uses the location for the query results and the encryption configuration that are specified for the workgroup. The "workgroup settings override" is specified in EnforceWorkGroupConfiguration (true/false) in the WorkGroupConfiguration. See WorkGroupConfiguration$EnforceWorkGroupConfiguration.final - removeEncryptionConfiguration → bool?
-
If set to "true", indicates that the previously-specified encryption
configuration (also known as the client-side setting) for queries in this
workgroup should be ignored and set to null. If set to "false" or not set,
and a value is present in the EncryptionConfiguration in
ResultConfigurationUpdates (the client-side setting), the
EncryptionConfiguration in the workgroup's ResultConfiguration will be
updated with the new value. For more information, see Workgroup
Settings Override Client-Side Settings.
final
- removeOutputLocation → bool?
-
If set to "true", indicates that the previously-specified query results
location (also known as a client-side setting) for queries in this workgroup
should be ignored and set to null. If set to "false" or not set, and a value
is present in the OutputLocation in ResultConfigurationUpdates (the
client-side setting), the OutputLocation in the workgroup's
ResultConfiguration will be updated with the new value. For more
information, see Workgroup
Settings Override Client-Side Settings.
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