WorkgroupEndpoint

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

Constructors

Link copied to clipboard
constructor(address: String? = null, port: Int? = null, vpcEndpoints: List<WorkgroupEndpointVpcEndpoint>? = 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

The VPC endpoint or the Redshift Serverless workgroup. See VPC Endpoint below.