DataQualityJobDefinitionNetworkConfigVpcConfigArgs

data class DataQualityJobDefinitionNetworkConfigVpcConfigArgs(val securityGroupIds: Output<List<String>>, val subnets: Output<List<String>>) : ConvertibleToJava<DataQualityJobDefinitionNetworkConfigVpcConfigArgs>

Constructors

constructor(securityGroupIds: Output<List<String>>, subnets: Output<List<String>>)

Properties

Link copied to clipboard

The VPC security group IDs, in the form sg-xxxxxxxx. Specify the security groups for the VPC that is specified in the subnets field.

Link copied to clipboard
val subnets: Output<List<String>>

The ID of the subnets in the VPC to which you want to connect your training job or model.

Functions

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