Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

WorkforceVpcConfigRequest

import type { WorkforceVpcConfigRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

The VPC object you use to create or update a workforce.

interface WorkforceVpcConfigRequest {
SecurityGroupIds?: string[] | null;
Subnets?: string[] | null;
VpcId?: string | null;
}

§Properties

§
SecurityGroupIds?: string[] | null
[src]

The VPC security group IDs, in the form sg-xxxxxxxx. The security groups must be for the same VPC as specified in the subnet.

§
Subnets?: string[] | null
[src]

The ID of the subnets in the VPC that you want to connect.

§
VpcId?: string | null
[src]

The ID of the VPC that the workforce uses for communication.