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

NetworkConfiguration

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

The network configuration for a task or service.

interface NetworkConfiguration {
awsvpcConfiguration?: AwsVpcConfiguration | null;
}

§Properties

§
awsvpcConfiguration?: AwsVpcConfiguration | null
[src]

The VPC subnets and security groups that are associated with a task.

Note: All specified subnets and security groups must be from the same VPC.