WorkgroupEndpointVpcEndpoint

data class WorkgroupEndpointVpcEndpoint(val networkInterfaces: List<WorkgroupEndpointVpcEndpointNetworkInterface>? = null, val vpcEndpointId: String? = null, val vpcId: String? = null)

Constructors

Link copied to clipboard
constructor(networkInterfaces: List<WorkgroupEndpointVpcEndpointNetworkInterface>? = null, vpcEndpointId: String? = null, vpcId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The network interfaces of the endpoint.. See Network Interface below.

Link copied to clipboard
val vpcEndpointId: String? = null

The DNS address of the VPC endpoint.

Link copied to clipboard
val vpcId: String? = null

The port that Amazon Redshift Serverless listens on.