Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateWorkGroupInput

import type { CreateWorkGroupInput } from "https://aws-api.deno.dev/v0.3/services/athena.ts?docs=full";
interface CreateWorkGroupInput {
Configuration?: WorkGroupConfiguration | null;
Description?: string | null;
Name: string;
Tags?: Tag[] | null;
}

§Properties

§
Configuration?: WorkGroupConfiguration | null
[src]

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".

§
Description?: string | null
[src]

The workgroup description.

§
Name: string
[src]

The workgroup name.

§
Tags?: Tag[] | null
[src]

A list of comma separated tags to add to the workgroup that is created.