DataQualityJobDefinitionNetworkConfigVpcConfig

data class DataQualityJobDefinitionNetworkConfigVpcConfig(val securityGroupIds: List<String>, val subnets: List<String>)

Constructors

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

Types

Link copied to clipboard
object Companion

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

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