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

AwsEc2VpcPeeringConnectionVpcInfoDetails

import type { AwsEc2VpcPeeringConnectionVpcInfoDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Describes a VPC in a VPC peering connection.

interface AwsEc2VpcPeeringConnectionVpcInfoDetails {
CidrBlock?: string | null;
CidrBlockSet?: VpcInfoCidrBlockSetDetails[] | null;
Ipv6CidrBlockSet?: VpcInfoIpv6CidrBlockSetDetails[] | null;
OwnerId?: string | null;
PeeringOptions?: VpcInfoPeeringOptionsDetails | null;
Region?: string | null;
VpcId?: string | null;
}

§Properties

§
CidrBlock?: string | null
[src]

The IPv4 CIDR block for the VPC.

§
CidrBlockSet?: VpcInfoCidrBlockSetDetails[] | null
[src]

Information about the IPv4 CIDR blocks for the VPC.

§
Ipv6CidrBlockSet?: VpcInfoIpv6CidrBlockSetDetails[] | null
[src]

The IPv6 CIDR block for the VPC.

§
OwnerId?: string | null
[src]

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

§
PeeringOptions?: VpcInfoPeeringOptionsDetails | null
[src]

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

§
Region?: string | null
[src]

The Amazon Web Services Region in which the VPC is located.

§
VpcId?: string | null
[src]

The ID of the VPC.