Cluster Vpc Config Args
data class ClusterVpcConfigArgs(val securityGroupIds: Output<List<String>>, val subnets: Output<List<String>>) : ConvertibleToJava<ClusterVpcConfigArgs>
Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources have access to. You can control access to and from your resources by configuring a VPC.