Vpc Endpoint Properties
data class VpcEndpointProperties(val networkInterfaces: List<EndpointAccessNetworkInterface>? = null, val vpcEndpointId: String? = null, val vpcId: String? = null)
The connection endpoint for connecting to an Amazon Redshift cluster through the proxy.
Constructors
Link copied to clipboard
constructor(networkInterfaces: List<EndpointAccessNetworkInterface>? = null, vpcEndpointId: String? = null, vpcId: String? = null)