---
title: Getting Started with Datadog
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Infrastructure > Datadog Resource Catalog
---

# aws_vpc_peering_connection{% #aws_vpc_peering_connection %}

## `accepter_vpc_info`{% #accepter_vpc_info %}

**Type**: `STRUCT`**Provider name**: `AccepterVpcInfo`**Description**: Information about the accepter VPC. CIDR block information is only returned when describing an active VPC peering connection.

- `cidr_block`**Type**: `STRING`**Provider name**: `CidrBlock`**Description**: The IPv4 CIDR block for the VPC.
- `cidr_block_set`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `CidrBlockSet`**Description**: Information about the IPv4 CIDR blocks for the VPC.
  - `cidr_block`**Type**: `STRING`**Provider name**: `CidrBlock`**Description**: The IPv4 CIDR block.
- `ipv6_cidr_block_set`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `Ipv6CidrBlockSet`**Description**: The IPv6 CIDR block for the VPC.
  - `ipv6_cidr_block`**Type**: `STRING`**Provider name**: `Ipv6CidrBlock`**Description**: The IPv6 CIDR block.
- `owner_id`**Type**: `STRING`**Provider name**: `OwnerId`**Description**: The ID of the Amazon Web Services account that owns the VPC.
- `peering_options`**Type**: `STRUCT`**Provider name**: `PeeringOptions`**Description**: Information about the VPC peering connection options for the accepter or requester VPC.
  - `allow_dns_resolution_from_remote_vpc`**Type**: `BOOLEAN`**Provider name**: `AllowDnsResolutionFromRemoteVpc`**Description**: Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC.
  - `allow_egress_from_local_classic_link_to_remote_vpc`**Type**: `BOOLEAN`**Provider name**: `AllowEgressFromLocalClassicLinkToRemoteVpc`**Description**: Deprecated.
  - `allow_egress_from_local_vpc_to_remote_classic_link`**Type**: `BOOLEAN`**Provider name**: `AllowEgressFromLocalVpcToRemoteClassicLink`**Description**: Deprecated.
- `region`**Type**: `STRING`**Provider name**: `Region`**Description**: The Region in which the VPC is located.
- `vpc_id`**Type**: `STRING`**Provider name**: `VpcId`**Description**: The ID of the VPC.

## `account_id`{% #account_id %}

**Type**: `STRING`

## `expiration_time`{% #expiration_time %}

**Type**: `TIMESTAMP`**Provider name**: `ExpirationTime`**Description**: The time that an unaccepted VPC peering connection will expire.

## `requester_vpc_info`{% #requester_vpc_info %}

**Type**: `STRUCT`**Provider name**: `RequesterVpcInfo`**Description**: Information about the requester VPC. CIDR block information is only returned when describing an active VPC peering connection.

- `cidr_block`**Type**: `STRING`**Provider name**: `CidrBlock`**Description**: The IPv4 CIDR block for the VPC.
- `cidr_block_set`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `CidrBlockSet`**Description**: Information about the IPv4 CIDR blocks for the VPC.
  - `cidr_block`**Type**: `STRING`**Provider name**: `CidrBlock`**Description**: The IPv4 CIDR block.
- `ipv6_cidr_block_set`**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `Ipv6CidrBlockSet`**Description**: The IPv6 CIDR block for the VPC.
  - `ipv6_cidr_block`**Type**: `STRING`**Provider name**: `Ipv6CidrBlock`**Description**: The IPv6 CIDR block.
- `owner_id`**Type**: `STRING`**Provider name**: `OwnerId`**Description**: The ID of the Amazon Web Services account that owns the VPC.
- `peering_options`**Type**: `STRUCT`**Provider name**: `PeeringOptions`**Description**: Information about the VPC peering connection options for the accepter or requester VPC.
  - `allow_dns_resolution_from_remote_vpc`**Type**: `BOOLEAN`**Provider name**: `AllowDnsResolutionFromRemoteVpc`**Description**: Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC.
  - `allow_egress_from_local_classic_link_to_remote_vpc`**Type**: `BOOLEAN`**Provider name**: `AllowEgressFromLocalClassicLinkToRemoteVpc`**Description**: Deprecated.
  - `allow_egress_from_local_vpc_to_remote_classic_link`**Type**: `BOOLEAN`**Provider name**: `AllowEgressFromLocalVpcToRemoteClassicLink`**Description**: Deprecated.
- `region`**Type**: `STRING`**Provider name**: `Region`**Description**: The Region in which the VPC is located.
- `vpc_id`**Type**: `STRING`**Provider name**: `VpcId`**Description**: The ID of the VPC.

## `status`{% #status %}

**Type**: `STRUCT`**Provider name**: `Status`**Description**: The status of the VPC peering connection.

- `code`**Type**: `STRING`**Provider name**: `Code`**Description**: The status of the VPC peering connection.
- `message`**Type**: `STRING`**Provider name**: `Message`**Description**: A message that provides more information about the status, if applicable.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `vpc_peering_connection_arn`{% #vpc_peering_connection_arn %}

**Type**: `STRING`

## `vpc_peering_connection_id`{% #vpc_peering_connection_id %}

**Type**: `STRING`**Provider name**: `VpcPeeringConnectionId`**Description**: The ID of the VPC peering connection.
