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

Specifies the network configuration for an ECS task.

interface NetworkConfiguration {
awsvpcConfiguration?: AwsVpcConfiguration | null;
}

§Properties

§
awsvpcConfiguration?: AwsVpcConfiguration | null
[src]

Specifies the Amazon 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.