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

# aws_apprunner_vpc_connector{% #aws_apprunner_vpc_connector %}

## `account_id`{% #account_id %}

**Type**: `STRING`

## `created_at`{% #created_at %}

**Type**: `TIMESTAMP`**Provider name**: `CreatedAt`**Description**: The time when the VPC connector was created. It's in Unix time stamp format.

## `deleted_at`{% #deleted_at %}

**Type**: `TIMESTAMP`**Provider name**: `DeletedAt`**Description**: The time when the VPC connector was deleted. It's in Unix time stamp format.

## `security_groups`{% #security_groups %}

**Type**: `UNORDERED_LIST_STRING`**Provider name**: `SecurityGroups`**Description**: A list of IDs of security groups that App Runner uses for access to Amazon Web Services resources under the specified subnets. If not specified, App Runner uses the default security group of the Amazon VPC. The default security group allows all outbound traffic.

## `status`{% #status %}

**Type**: `STRING`**Provider name**: `Status`**Description**: The current state of the VPC connector. If the status of a connector revision is `INACTIVE`, it was deleted and can't be used. Inactive connector revisions are permanently removed some time after they are deleted.

## `subnets`{% #subnets %}

**Type**: `UNORDERED_LIST_STRING`**Provider name**: `Subnets`**Description**: A list of IDs of subnets that App Runner uses for your service. All IDs are of subnets of a single Amazon VPC.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `vpc_connector_arn`{% #vpc_connector_arn %}

**Type**: `STRING`**Provider name**: `VpcConnectorArn`**Description**: The Amazon Resource Name (ARN) of this VPC connector.

## `vpc_connector_name`{% #vpc_connector_name %}

**Type**: `STRING`**Provider name**: `VpcConnectorName`**Description**: The customer-provided VPC connector name.

## `vpc_connector_revision`{% #vpc_connector_revision %}

**Type**: `INT32`**Provider name**: `VpcConnectorRevision`**Description**: The revision of this VPC connector. It's unique among all the active connectors (`"Status": "ACTIVE"`) that share the same `Name`.At this time, App Runner supports only one revision per name.
