Workgroup

class Workgroup

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

An array of parameters to set for advanced control over a database. The options are auto_mv, datestyle, enable_case_sensitive_identifier, enable_user_activity_logging, query_group, search_path, require_ssl, use_fips_ssl, 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.

Link copied to clipboard

The creation date of the workgroup.

Link copied to clipboard

A list of VPCs. Each entry is the unique identifier of a virtual private cloud with access to Amazon Redshift Serverless. If all of the VPCs for the grantee are allowed, it shows an asterisk.

Link copied to clipboard

The custom domain name’s certificate Amazon resource name (ARN).

Link copied to clipboard

The expiration time for the certificate.

Link copied to clipboard

The custom domain name associated with the workgroup.

Link copied to clipboard

The endpoint that is created from the workgroup.

Link copied to clipboard

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

Link copied to clipboard

The IP address type that the workgroup supports. Possible values are ipv4 and dualstack.

Link copied to clipboard

The maximum data-warehouse capacity Amazon Redshift Serverless uses to serve queries. The max capacity is specified in RPUs.

Link copied to clipboard

The namespace the workgroup is associated with.

Link copied to clipboard

The patch version of your Amazon Redshift Serverless workgroup. For more information about patch versions, see Cluster versions for Amazon Redshift.

Link copied to clipboard

The name for the track that you want to assign to the workgroup. When the track changes, the workgroup is switched to the latest workgroup release available for the track. At this point, the track name is applied.

Link copied to clipboard
val port: Int?

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

Link copied to clipboard

An object that represents the price performance target settings for the workgroup.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The status of the workgroup.

Link copied to clipboard

An array of subnet IDs the workgroup is associated with.

Link copied to clipboard

The name of the track for the workgroup.

Link copied to clipboard

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

Link copied to clipboard

The unique identifier of the workgroup.

Link copied to clipboard

The name of the workgroup.

Link copied to clipboard

The Amazon Redshift Serverless version of your workgroup. For more information about Amazon Redshift Serverless versions, seeCluster versions for Amazon Redshift.

Functions

Link copied to clipboard
inline fun copy(block: Workgroup.Builder.() -> Unit = {}): Workgroup
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String