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

CreateVpcPeeringConnectionRequest

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

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

§
PeerOwnerId?: string | null
[src]

The Amazon Web Services account ID of the owner of the accepter VPC.

Default: Your Amazon Web Services account ID

§
PeerRegion?: string | null
[src]

The Region code for the accepter VPC, if the accepter VPC is located in a Region other than the Region in which you make the request.

Default: The Region in which you make the request.

§
PeerVpcId?: string | null
[src]

The ID of the VPC with which you are creating the VPC peering connection. You must specify this parameter in the request.

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

The tags to assign to the peering connection.

§
VpcId?: string | null
[src]

The ID of the requester VPC. You must specify this parameter in the request.