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

UpdateWorkgroupRequest

import type { UpdateWorkgroupRequest } from "https://aws-api.deno.dev/v0.4/services/redshiftserverless.ts?docs=full";
interface UpdateWorkgroupRequest {
baseCapacity?: number | null;
configParameters?: ConfigParameter[] | null;
enhancedVpcRouting?: boolean | null;
port?: number | null;
publiclyAccessible?: boolean | null;
securityGroupIds?: string[] | null;
subnetIds?: string[] | null;
workgroupName: string;
}

§Properties

§
baseCapacity?: number | null
[src]

The new base data warehouse capacity 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.

§
enhancedVpcRouting?: boolean | null
[src]

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

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

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

An array of VPC subnet IDs to associate with the workgroup.

§
workgroupName: string
[src]

The name of the workgroup to update. You can't update the name of a workgroup once it is created.