Cluster Vpc Config Args
data class ClusterVpcConfigArgs(val clusterSecurityGroupId: Output<String>? = null, val endpointPrivateAccess: Output<Boolean>? = null, val endpointPublicAccess: Output<Boolean>? = null, val publicAccessCidrs: Output<List<String>>? = null, val securityGroupIds: Output<List<String>>? = null, val subnetIds: Output<List<String>>, val vpcId: Output<String>? = null) : ConvertibleToJava<ClusterVpcConfigArgs>
Constructors
Link copied to clipboard
fun ClusterVpcConfigArgs(clusterSecurityGroupId: Output<String>? = null, endpointPrivateAccess: Output<Boolean>? = null, endpointPublicAccess: Output<Boolean>? = null, publicAccessCidrs: Output<List<String>>? = null, securityGroupIds: Output<List<String>>? = null, subnetIds: Output<List<String>>, vpcId: Output<String>? = null)