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

AssociatedTargetNetwork

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

Describes a target network that is associated with a Client VPN endpoint. A target network is a subnet in a VPC.

interface AssociatedTargetNetwork {
NetworkId?: string | null;
NetworkType?: AssociatedNetworkType | null;
}

§Properties

§
NetworkId?: string | null
[src]

The ID of the subnet.

§
NetworkType?: AssociatedNetworkType | null
[src]

The target network type.