WorkgroupEndpoint

data class WorkgroupEndpoint(val address: String? = null, val port: Int? = null, val vpcEndpoints: List<WorkgroupVpcEndpoint>? = null)

Constructors

Link copied to clipboard
constructor(address: String? = null, port: Int? = null, vpcEndpoints: List<WorkgroupVpcEndpoint>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val address: String? = null

The DNS address of the VPC endpoint.

Link copied to clipboard
val port: Int? = null

The port that Amazon Redshift Serverless listens on.

Link copied to clipboard

An array of VpcEndpoint objects.