WorkgroupEndpointArgs

data class WorkgroupEndpointArgs(val address: Output<String>? = null, val port: Output<Int>? = null, val vpcEndpoints: Output<List<WorkgroupVpcEndpointArgs>>? = null) : ConvertibleToJava<WorkgroupEndpointArgs>

Constructors

Link copied to clipboard
constructor(address: Output<String>? = null, port: Output<Int>? = null, vpcEndpoints: Output<List<WorkgroupVpcEndpointArgs>>? = null)

Properties

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

The DNS address of the VPC endpoint.

Link copied to clipboard
val port: Output<Int>? = null

The port that Amazon Redshift Serverless listens on.

Link copied to clipboard

An array of VpcEndpoint objects.

Functions

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