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

AssociateClientVpnTargetNetworkResult

import type { AssociateClientVpnTargetNetworkResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface AssociateClientVpnTargetNetworkResult {
AssociationId?: string | null;
Status?: AssociationStatus | null;
}

§Properties

§
AssociationId?: string | null
[src]

The unique ID of the target network association.

§
Status?: AssociationStatus | null
[src]

The current state of the target network association.