Get Workgroup Result
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)
Properties
Link copied to clipboard
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
The max compute capacity of the workgroup in Redshift Processing Units (RPUs).
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.