GetWorkgroupResult

data class GetWorkgroupResult(val baseCapacity: Int? = null, val enhancedVpcRouting: Boolean? = null, val maxCapacity: Int? = null, val port: Int? = null, val pricePerformanceTarget: WorkgroupPerformanceTarget? = null, val publiclyAccessible: Boolean? = null, val tags: List<Tag>? = null, val trackName: String? = null, val workgroup: Workgroup? = null)

Constructors

Link copied to clipboard
constructor(baseCapacity: Int? = null, enhancedVpcRouting: Boolean? = null, maxCapacity: Int? = null, port: Int? = null, pricePerformanceTarget: WorkgroupPerformanceTarget? = null, publiclyAccessible: Boolean? = null, tags: List<Tag>? = null, trackName: String? = null, workgroup: Workgroup? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val baseCapacity: Int? = null

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

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
val maxCapacity: Int? = null

The max compute capacity of the workgroup in Redshift Processing Units (RPUs).

Link copied to clipboard
val port: Int? = null

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

A property 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
val tags: List<Tag>? = null

The map of the key-value pairs used to tag the workgroup.

Link copied to clipboard
val trackName: String? = null

An optional parameter for the name of the track for the workgroup. If you don't provide a track name, the workgroup is assigned to the current track.

Link copied to clipboard
val workgroup: Workgroup? = null

Definition for workgroup resource