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

AwsCodeBuildProjectVpcConfig

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

Information about the VPC configuration that CodeBuild accesses.

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

§Properties

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

A list of one or more security group IDs in your VPC.

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

A list of one or more subnet IDs in your VPC.

§
VpcId?: string | null
[src]

The ID of the VPC.