VpcConfig
public struct VpcConfig : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The VPC security group IDs, in the form sg-xxxxxxxx. Specify the security groups for the VPC that is specified in the Subnets field. DeclarationSwift public let securityGroupIds: [String]
- 
                  
                  The ID of the subnets in the VPC to which you want to connect your training job or model. For information about the availability of specific instance types, see Supported Instance Types and Availability Zones. DeclarationSwift public let subnets: [String]
- 
                  
                  Undocumented DeclarationSwift public init(securityGroupIds: [String], subnets: [String])
- 
                  
                  DeclarationSwift public func validate(name: String) throws
 View on GitHub
View on GitHub VpcConfig Structure Reference
        VpcConfig Structure Reference