WorkGroupConfigurationUpdates
public struct WorkGroupConfigurationUpdates : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The upper limit (cutoff) for the amount of bytes a single query in a workgroup is allowed to scan.
Declaration
Swift
public let bytesScannedCutoffPerQuery: Int64?
-
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.
Declaration
Swift
public let enforceWorkGroupConfiguration: Bool?
-
Indicates whether this workgroup enables publishing metrics to Amazon CloudWatch.
Declaration
Swift
public let publishCloudWatchMetricsEnabled: Bool?
-
Indicates that the data usage control limit per query is removed. WorkGroupConfiguration$BytesScannedCutoffPerQuery
Declaration
Swift
public let removeBytesScannedCutoffPerQuery: Bool?
-
If set to true, allows members assigned to a workgroup to specify Amazon S3 Requester Pays buckets in queries. If set to false, workgroup members cannot query data from Requester Pays buckets, and queries that retrieve data from Requester Pays buckets cause an error. The default is false. For more information about Requester Pays buckets, see Requester Pays Buckets in the Amazon Simple Storage Service Developer Guide.
Declaration
Swift
public let requesterPaysEnabled: Bool?
-
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.
Declaration
Swift
public let resultConfigurationUpdates: ResultConfigurationUpdates?
-
init(bytesScannedCutoffPerQuery:enforceWorkGroupConfiguration:publishCloudWatchMetricsEnabled:removeBytesScannedCutoffPerQuery:requesterPaysEnabled:resultConfigurationUpdates:)
Undocumented
Declaration
Swift
public init(bytesScannedCutoffPerQuery: Int64? = nil, enforceWorkGroupConfiguration: Bool? = nil, publishCloudWatchMetricsEnabled: Bool? = nil, removeBytesScannedCutoffPerQuery: Bool? = nil, requesterPaysEnabled: Bool? = nil, resultConfigurationUpdates: ResultConfigurationUpdates? = nil)
-
Declaration
Swift
public func validate(name: String) throws