KxClusterVpcConfigurationArgs

data class KxClusterVpcConfigurationArgs(val ipAddressType: Output<String>, val securityGroupIds: Output<List<String>>, val subnetIds: Output<List<String>>, val vpcId: Output<String>) : ConvertibleToJava<KxClusterVpcConfigurationArgs>

Constructors

Link copied to clipboard
constructor(ipAddressType: Output<String>, securityGroupIds: Output<List<String>>, subnetIds: Output<List<String>>, vpcId: Output<String>)

Properties

Link copied to clipboard
val ipAddressType: Output<String>

IP address type for cluster network configuration parameters. The following type is available: IP_V4 - IP address version 4.

Link copied to clipboard

Unique identifier of the VPC security group applied to the VPC endpoint ENI for the cluster.

Link copied to clipboard
val subnetIds: Output<List<String>>
Link copied to clipboard
val vpcId: Output<String>

Identifier of the VPC endpoint

Functions

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