WorkGroup

public struct WorkGroup : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The configuration of the workgroup, which includes the location in Amazon S3 where query results are stored, the encryption configuration, if any, used for query results; whether the Amazon CloudWatch Metrics are enabled for the workgroup; whether workgroup settings override client-side settings; and the data usage limits for the amount of data scanned per query or per workgroup. The workgroup settings override is specified in EnforceWorkGroupConfiguration (true/false) in the WorkGroupConfiguration. See WorkGroupConfiguration$EnforceWorkGroupConfiguration.

    Declaration

    Swift

    public let configuration: WorkGroupConfiguration?
  • The date and time the workgroup was created.

    Declaration

    Swift

    public let creationTime: TimeStamp?
  • The workgroup description.

    Declaration

    Swift

    public let description: String?
  • The workgroup name.

    Declaration

    Swift

    public let name: String
  • The state of the workgroup: ENABLED or DISABLED.

    Declaration

    Swift

    public let state: WorkGroupState?
  • Undocumented

    Declaration

    Swift

    public init(configuration: WorkGroupConfiguration? = nil, creationTime: TimeStamp? = nil, description: String? = nil, name: String, state: WorkGroupState? = nil)