GetWorkgroupResult

data class GetWorkgroupResult(val enhancedVpcRouting: Boolean? = null, val port: Int? = null, val publiclyAccessible: Boolean? = null, val workgroup: Workgroup? = null)

Constructors

Link copied to clipboard
constructor(enhancedVpcRouting: Boolean? = null, port: Int? = null, publiclyAccessible: Boolean? = null, workgroup: Workgroup? = null)

Types

Link copied to clipboard
object Companion

Properties

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 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 value that specifies whether the workgroup can be accessible from a public network.

Link copied to clipboard
val workgroup: Workgroup? = null

Definition for workgroup resource