CreateWorkGroupInput

public struct CreateWorkGroupInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The configuration for the workgroup, which includes the location in Amazon S3 where query results are stored, the encryption configuration, if any, used for encrypting query results, whether the Amazon CloudWatch Metrics are enabled for the workgroup, the limit for the amount of bytes scanned (cutoff) per query, if it is specified, and whether workgroup’s settings (specified with EnforceWorkGroupConfiguration) in the WorkGroupConfiguration override client-side settings. See WorkGroupConfiguration$EnforceWorkGroupConfiguration.

    Declaration

    Swift

    public let configuration: WorkGroupConfiguration?
  • The workgroup description.

    Declaration

    Swift

    public let description: String?
  • The workgroup name.

    Declaration

    Swift

    public let name: String
  • A list of comma separated tags to add to the workgroup that is created.

    Declaration

    Swift

    public let tags: [Tag]?
  • Undocumented

    Declaration

    Swift

    public init(configuration: WorkGroupConfiguration? = nil, description: String? = nil, name: String, tags: [Tag]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws