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

AssociateTrunkInterfaceRequest

import type { AssociateTrunkInterfaceRequest } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface AssociateTrunkInterfaceRequest {
BranchInterfaceId: string;
ClientToken?: string | null;
DryRun?: boolean | null;
GreKey?: number | null;
TrunkInterfaceId: string;
VlanId?: number | null;
}

§Properties

§
BranchInterfaceId: string
[src]

The ID of the branch network interface.

§
ClientToken?: string | null
[src]

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.

§
DryRun?: boolean | null
[src]

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

§
GreKey?: number | null
[src]

The application key. This applies to the GRE protocol.

§
TrunkInterfaceId: string
[src]

The ID of the trunk network interface.

§
VlanId?: number | null
[src]

The ID of the VLAN. This applies to the VLAN protocol.