VpcEndpointProperties

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

One or more network interfaces of the endpoint. Also known as an interface endpoint.

Link copied to clipboard
val vpcEndpointId: String? = null

The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.

Link copied to clipboard
val vpcId: String? = null

The VPC identifier that the endpoint is associated.