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

CreateTransitGatewayPeeringRequest

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

§Properties

§
ClientToken?: string | null
[src]

The client token associated with the request.

§
CoreNetworkId: string
[src]

The ID of a core network.

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

The list of key-value tags associated with the request.

§
TransitGatewayArn: string
[src]

The ARN of the transit gateway for the peering request.