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/pipes.ts?docs=full";

This structure specifies the network configuration for an Amazon ECS task.

interface NetworkConfiguration {
awsvpcConfiguration?: AwsVpcConfiguration | null;
}

§Properties

§
awsvpcConfiguration?: AwsVpcConfiguration | null
[src]

Use this structure to specify the VPC subnets and security groups for the task, and whether a public IP address is to be used. This structure is relevant only for ECS tasks that use the awsvpc network mode.