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

Workgroup

import type { Workgroup } from "https://aws-api.deno.dev/v0.4/services/redshiftserverless.ts?docs=full";

The collection of computing resources from which an endpoint is created.

interface Workgroup {
baseCapacity?: number | null;
configParameters?: ConfigParameter[] | null;
creationDate?: Date | number | null;
endpoint?: Endpoint | null;
enhancedVpcRouting?: boolean | null;
namespaceName?: string | null;
port?: number | null;
publiclyAccessible?: boolean | null;
securityGroupIds?: string[] | null;
status?: WorkgroupStatus | null;
subnetIds?: string[] | null;
workgroupArn?: string | null;
workgroupId?: string | null;
workgroupName?: string | null;
}

§Properties

§
baseCapacity?: number | null
[src]

The base data warehouse capacity of the workgroup in Redshift Processing Units (RPUs).

§
configParameters?: ConfigParameter[] | null
[src]

An array of parameters to set for advanced control over a database. The options are auto_mv, datestyle, enable_case_sensitivity_identifier, enable_user_activity_logging, query_group, , search_path, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see Query monitoring metrics for Amazon Redshift Serverless.

§
creationDate?: Date | number | null
[src]

The creation date of the workgroup.

§
endpoint?: Endpoint | null
[src]

The endpoint that is created from the workgroup.

§
enhancedVpcRouting?: boolean | null
[src]

The value that specifies whether to enable enhanced virtual private cloud (VPC) routing, which forces Amazon Redshift Serverless to route traffic through your VPC.

§
namespaceName?: string | null
[src]

The namespace the workgroup is associated with.

§
port?: number | null
[src]

The custom port to use when connecting to a workgroup. Valid port ranges are 5431-5455 and 8191-8215. The default is 5439.

§
publiclyAccessible?: boolean | null
[src]

A value that specifies whether the workgroup can be accessible from a public network

§
securityGroupIds?: string[] | null
[src]

An array of security group IDs to associate with the workgroup.

§
status?: WorkgroupStatus | null
[src]

The status of the workgroup.

§
subnetIds?: string[] | null
[src]

An array of subnet IDs the workgroup is associated with.

§
workgroupArn?: string | null
[src]

The Amazon Resource Name (ARN) that links to the workgroup.

§
workgroupId?: string | null
[src]

The unique identifier of the workgroup.

§
workgroupName?: string | null
[src]

The name of the workgroup.