GetWorkgroupResult

data class GetWorkgroupResult(val arn: String, val endpoints: List<GetWorkgroupEndpoint>, val enhancedVpcRouting: Boolean, val id: String, val namespaceName: String, val publiclyAccessible: Boolean, val securityGroupIds: List<String>, val subnetIds: List<String>, val workgroupId: String, val workgroupName: String)

A collection of values returned by getWorkgroup.

Constructors

Link copied to clipboard
constructor(arn: String, endpoints: List<GetWorkgroupEndpoint>, enhancedVpcRouting: Boolean, id: String, namespaceName: String, publiclyAccessible: Boolean, securityGroupIds: List<String>, subnetIds: List<String>, workgroupId: String, workgroupName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

Amazon Resource Name (ARN) of the Redshift Serverless Workgroup.

Link copied to clipboard

The endpoint that is created from the workgroup. See Endpoint below.

Link copied to clipboard

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 instead of over the internet.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

An array of VPC subnet IDs to associate with the workgroup. When set, must contain at least three subnets spanning three Availability Zones. A minimum number of IP addresses is required and scales with the Base Capacity. For more information, see the following AWS document.

Link copied to clipboard

The Redshift Workgroup ID.

Link copied to clipboard