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

CreateVpcAttachmentRequest

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

§Properties

§
ClientToken?: string | null
[src]

The client token associated with the request.

§
CoreNetworkId: string
[src]

The ID of a core network for the VPC attachment.

§
Options?: VpcOptions | null
[src]

Options for the VPC attachment.

§
SubnetArns: string[]
[src]

The subnet ARN of the VPC attachment.

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

The key-value tags associated with the request.

§
VpcArn: string
[src]

The ARN of the VPC.