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

VpcConfig

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

Describes VPC configuration information for fleets and image builders.

interface VpcConfig {
SecurityGroupIds?: string[] | null;
SubnetIds?: string[] | null;
}

§Properties

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

The identifiers of the security groups for the fleet or image builder.

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

The identifiers of the subnets to which a network interface is attached from the fleet instance or image builder instance. Fleet instances use one or more subnets. Image builder instances use one subnet.