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

# gcp_vpcaccess_connector{% #gcp_vpcaccess_connector %}

## `ancestors`{% #ancestors %}

**Type**: `UNORDERED_LIST_STRING`

## `connected_projects`{% #connected_projects %}

**Type**: `UNORDERED_LIST_STRING`**Provider name**: `connectedProjects`**Description**: Output only. List of projects using the connector.

## `ip_cidr_range`{% #ip_cidr_range %}

**Type**: `STRING`**Provider name**: `ipCidrRange`**Description**: Optional. The range of internal addresses that follows RFC 4632 notation. Example: `10.132.0.0/28`.

## `labels`{% #labels %}

**Type**: `UNORDERED_LIST_STRING`

## `machine_type`{% #machine_type %}

**Type**: `STRING`**Provider name**: `machineType`**Description**: Machine type of VM Instance underlying connector. Default is e2-micro

## `max_instances`{% #max_instances %}

**Type**: `INT32`**Provider name**: `maxInstances`**Description**: Maximum value of instances in autoscaling group underlying the connector.

## `max_throughput`{% #max_throughput %}

**Type**: `INT32`**Provider name**: `maxThroughput`**Description**: Maximum throughput of the connector in Mbps. Refers to the expected throughput when using an `e2-micro` machine type. Value must be a multiple of 100 from 300 through 1000. Must be higher than the value specified by –min-throughput. If both max-throughput and max-instances are provided, max-instances takes precedence over max-throughput. The use of `max-throughput` is discouraged in favor of `max-instances`.

## `min_instances`{% #min_instances %}

**Type**: `INT32`**Provider name**: `minInstances`**Description**: Minimum value of instances in autoscaling group underlying the connector.

## `min_throughput`{% #min_throughput %}

**Type**: `INT32`**Provider name**: `minThroughput`**Description**: Minimum throughput of the connector in Mbps. Refers to the expected throughput when using an `e2-micro` machine type. Value must be a multiple of 100 from 200 through 900. Must be lower than the value specified by –max-throughput. If both min-throughput and min-instances are provided, min-instances takes precedence over min-throughput. The use of `min-throughput` is discouraged in favor of `min-instances`.

## `name`{% #name %}

**Type**: `STRING`**Provider name**: `name`**Description**: The resource name in the format `projects/*/locations/*/connectors/*`.

## `network`{% #network %}

**Type**: `STRING`**Provider name**: `network`**Description**: Optional. Name of a VPC network.

## `organization_id`{% #organization_id %}

**Type**: `STRING`

## `parent`{% #parent %}

**Type**: `STRING`

## `project_id`{% #project_id %}

**Type**: `STRING`

## `project_number`{% #project_number %}

**Type**: `STRING`

## `region_id`{% #region_id %}

**Type**: `STRING`

## `resource_name`{% #resource_name %}

**Type**: `STRING`

## `state`{% #state %}

**Type**: `STRING`**Provider name**: `state`**Description**: Output only. State of the VPC access connector.**Possible values**:

- `STATE_UNSPECIFIED` - Invalid state.
- `READY` - Connector is deployed and ready to receive traffic.
- `CREATING` - An Insert operation is in progress. Transient condition.
- `DELETING` - A Delete operation is in progress. Transient condition.
- `ERROR` - Connector is in a bad state, manual deletion recommended.
- `UPDATING` - The connector is being updated.

## `subnet`{% #subnet %}

**Type**: `STRUCT`**Provider name**: `subnet`**Description**: Optional. The subnet in which to house the VPC Access Connector.

- `name`**Type**: `STRING`**Provider name**: `name`**Description**: Optional. Subnet name (relative, not fully qualified). E.g. if the full subnet selfLink is [https://compute.googleapis.com/compute/v1/projects/{project}/regions/{region}/subnetworks/{subnetName}](https://compute.googleapis.com/compute/v1/projects/%7bproject%7d/regions/%7bregion%7d/subnetworks/%7bsubnetName%7d) the correct input for this field would be {subnetName}
- `project_id`**Type**: `STRING`**Provider name**: `projectId`**Description**: Optional. Project in which the subnet exists. If not set, this project is assumed to be the project for which the connector create request was issued.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `zone_id`{% #zone_id %}

**Type**: `STRING`
