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

# aws_vpc{% #aws_vpc %}

## `account_id`{% #account_id %}

**Type**: `STRING`

## `arn`{% #arn %}

**Type**: `STRING`

## `block_public_access_states`{% #block_public_access_states %}

**Type**: `STRUCT`**Provider name**: `BlockPublicAccessStates`**Description**: The state of VPC Block Public Access (BPA).

- `internet_gateway_block_mode`**Type**: `STRING`**Provider name**: `InternetGatewayBlockMode`**Description**: The mode of VPC BPA.
  - `off`: VPC BPA is not enabled and traffic is allowed to and from internet gateways and egress-only internet gateways in this Region.
  - `block-bidirectional`: Block all traffic to and from internet gateways and egress-only internet gateways in this Region (except for excluded VPCs and subnets).
  - `block-ingress`: Block all internet traffic to the VPCs in this Region (except for VPCs or subnets which are excluded). Only traffic to and from NAT gateways and egress-only internet gateways is allowed because these gateways only allow outbound connections to be established.

## `cidr_block`{% #cidr_block %}

**Type**: `STRING`**Provider name**: `CidrBlock`**Description**: The primary IPv4 CIDR block for the VPC.

## `cidr_block_association_set`{% #cidr_block_association_set %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `CidrBlockAssociationSet`**Description**: Information about the IPv4 CIDR blocks associated with the VPC.

- `association_id`**Type**: `STRING`**Provider name**: `AssociationId`**Description**: The association ID for the IPv4 CIDR block.
- `cidr_block`**Type**: `STRING`**Provider name**: `CidrBlock`**Description**: The IPv4 CIDR block.
- `cidr_block_state`**Type**: `STRUCT`**Provider name**: `CidrBlockState`**Description**: Information about the state of the CIDR block.
  - `state`**Type**: `STRING`**Provider name**: `State`**Description**: The state of the CIDR block.
  - `status_message`**Type**: `STRING`**Provider name**: `StatusMessage`**Description**: A message about the status of the CIDR block, if applicable.

## `dhcp_options_id`{% #dhcp_options_id %}

**Type**: `STRING`**Provider name**: `DhcpOptionsId`**Description**: The ID of the set of DHCP options you've associated with the VPC.

## `instance_tenancy`{% #instance_tenancy %}

**Type**: `STRING`**Provider name**: `InstanceTenancy`**Description**: The allowed tenancy of instances launched into the VPC.

## `ipv6_cidr_block_association_set`{% #ipv6_cidr_block_association_set %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `Ipv6CidrBlockAssociationSet`**Description**: Information about the IPv6 CIDR blocks associated with the VPC.

- `association_id`**Type**: `STRING`**Provider name**: `AssociationId`**Description**: The association ID for the IPv6 CIDR block.
- `ip_source`**Type**: `STRING`**Provider name**: `IpSource`**Description**: The source that allocated the IP address space. `byoip` or `amazon` indicates public IP address space allocated by Amazon or space that you have allocated with Bring your own IP (BYOIP). `none` indicates private space.
- `ipv6_address_attribute`**Type**: `STRING`**Provider name**: `Ipv6AddressAttribute`**Description**: Public IPv6 addresses are those advertised on the internet from Amazon Web Services. Private IP addresses are not and cannot be advertised on the internet from Amazon Web Services.
- `ipv6_cidr_block`**Type**: `STRING`**Provider name**: `Ipv6CidrBlock`**Description**: The IPv6 CIDR block.
- `ipv6_cidr_block_state`**Type**: `STRUCT`**Provider name**: `Ipv6CidrBlockState`**Description**: Information about the state of the CIDR block.
  - `state`**Type**: `STRING`**Provider name**: `State`**Description**: The state of the CIDR block.
  - `status_message`**Type**: `STRING`**Provider name**: `StatusMessage`**Description**: A message about the status of the CIDR block, if applicable.
- `ipv6_pool`**Type**: `STRING`**Provider name**: `Ipv6Pool`**Description**: The ID of the IPv6 address pool from which the IPv6 CIDR block is allocated.
- `network_border_group`**Type**: `STRING`**Provider name**: `NetworkBorderGroup`**Description**: The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses, for example, `us-east-1-wl1-bos-wlz-1`.

## `is_default`{% #is_default %}

**Type**: `BOOLEAN`**Provider name**: `IsDefault`**Description**: Indicates whether the VPC is the default VPC.

## `owner_id`{% #owner_id %}

**Type**: `STRING`**Provider name**: `OwnerId`**Description**: The ID of the Amazon Web Services account that owns the VPC.

## `state`{% #state %}

**Type**: `STRING`**Provider name**: `State`**Description**: The current state of the VPC.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `vpc_id`{% #vpc_id %}

**Type**: `STRING`**Provider name**: `VpcId`**Description**: The ID of the VPC.
