WorkgroupVpcEndpointArgs

data class WorkgroupVpcEndpointArgs(val networkInterfaces: Output<List<WorkgroupNetworkInterfaceArgs>>? = null, val vpcEndpointId: Output<String>? = null, val vpcId: Output<String>? = null) : ConvertibleToJava<WorkgroupVpcEndpointArgs>

Constructors

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

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: Output<String>? = null

The connection endpoint ID for connecting to Amazon Redshift Serverless.

Link copied to clipboard
val vpcId: Output<String>? = null

The VPC identifier that the endpoint is associated with.

Functions

Link copied to clipboard
open override fun toJava(): WorkgroupVpcEndpointArgs