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

CreateSiteToSiteVpnAttachmentRequest

import type { CreateSiteToSiteVpnAttachmentRequest } from "https://aws-api.deno.dev/v0.4/services/networkmanager.ts?docs=full";
interface CreateSiteToSiteVpnAttachmentRequest {
ClientToken?: string | null;
CoreNetworkId: string;
Tags?: Tag[] | null;
VpnConnectionArn: string;
}

§Properties

§
ClientToken?: string | null
[src]

The client token associated with the request.

§
CoreNetworkId: string
[src]

The ID of a core network where you're creating a site-to-site VPN attachment.

§
Tags?: Tag[] | null
[src]

The tags associated with the request.

§
VpnConnectionArn: string
[src]

The ARN identifying the VPN attachment.