EndpointAccessVpcEndpoint

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

Constructors

Link copied to clipboard
constructor(networkInterfaces: List<EndpointAccessVpcEndpointNetworkInterface>? = 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. See details below.

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.