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

CreateTransitGatewayPeeringAttachmentRequest

import type { CreateTransitGatewayPeeringAttachmentRequest } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface CreateTransitGatewayPeeringAttachmentRequest {
DryRun?: boolean | null;
PeerAccountId: string;
PeerRegion: string;
PeerTransitGatewayId: string;
TagSpecifications?: TagSpecification[] | null;
TransitGatewayId: string;
}

§Properties

§
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.

§
PeerAccountId: string
[src]

The ID of the Amazon Web Services account that owns the peer transit gateway.

§
PeerRegion: string
[src]

The Region where the peer transit gateway is located.

§
PeerTransitGatewayId: string
[src]

The ID of the peer transit gateway with which to create the peering attachment.

§
TagSpecifications?: TagSpecification[] | null
[src]

The tags to apply to the transit gateway peering attachment.

§
TransitGatewayId: string
[src]

The ID of the transit gateway.