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

SubnetAssociation

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

Describes the subnet association with the transit gateway multicast domain.

interface SubnetAssociation {
SubnetId?: string | null;
}

§Properties

§

The state of the subnet association.

§
SubnetId?: string | null
[src]

The ID of the subnet.