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

VpcPeeringConnectionVpcInfo

import type { VpcPeeringConnectionVpcInfo } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Describes a VPC in a VPC peering connection.

interface VpcPeeringConnectionVpcInfo {
CidrBlock?: string | null;
CidrBlockSet: CidrBlock[];
Ipv6CidrBlockSet: Ipv6CidrBlock[];
OwnerId?: string | null;
Region?: string | null;
VpcId?: string | null;
}

§Properties

§
CidrBlock?: string | null
[src]

The IPv4 CIDR block for the VPC.

§
CidrBlockSet: CidrBlock[]
[src]

Information about the IPv4 CIDR blocks for the VPC.

§
Ipv6CidrBlockSet: Ipv6CidrBlock[]
[src]

The IPv6 CIDR block for the VPC.

§
OwnerId?: string | null
[src]

The ID of the Amazon Web Services account that owns the VPC.

§

Information about the VPC peering connection options for the accepter or requester VPC.

§
Region?: string | null
[src]

The Region in which the VPC is located.

§
VpcId?: string | null
[src]

The ID of the VPC.