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

UpdateVpcAttachmentRequest

import type { UpdateVpcAttachmentRequest } from "https://aws-api.deno.dev/v0.4/services/networkmanager.ts?docs=full";
interface UpdateVpcAttachmentRequest {
AddSubnetArns?: string[] | null;
AttachmentId: string;
Options?: VpcOptions | null;
RemoveSubnetArns?: string[] | null;
}

§Properties

§
AddSubnetArns?: string[] | null
[src]

Adds a subnet ARN to the VPC attachment.

§
AttachmentId: string
[src]

The ID of the attachment.

§
Options?: VpcOptions | null
[src]

Additional options for updating the VPC attachment.

§
RemoveSubnetArns?: string[] | null
[src]

Removes a subnet ARN from the attachment.