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

UpdateNetworkConfigurationInput

import type { UpdateNetworkConfigurationInput } from "https://aws-api.deno.dev/v0.3/services/mwaa.ts?docs=full";

Defines 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 UpdateNetworkConfigurationInput {
SecurityGroupIds: string[];
}

§Properties

§
SecurityGroupIds: string[]
[src]

A list of security group IDs. A security group must be attached to the same VPC as the subnets. To learn more, see Security in your VPC on Amazon MWAA.