WorkgroupVpcEndpoint

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

Constructors

Link copied to clipboard
constructor(networkInterfaces: List<WorkgroupNetworkInterface>? = 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 to Amazon Redshift Serverless.

Link copied to clipboard
val vpcId: String? = null

The VPC identifier that the endpoint is associated with.