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

Describes the VPC networking components used to secure and enable network traffic between the Amazon Web Services resources for your environment. To learn more, see About networking on Amazon MWAA.

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

§Properties

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

A list of security group IDs. To learn more, see Security in your VPC on Amazon MWAA.

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

A list of subnet IDs. To learn more, see About networking on Amazon MWAA.