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

# aws_rds_subnet_group{% #aws_rds_subnet_group %}

## `account_id`{% #account_id %}

**Type**: `STRING`

## `db_subnet_group_arn`{% #db_subnet_group_arn %}

**Type**: `STRING`**Provider name**: `DBSubnetGroupArn`**Description**: The Amazon Resource Name (ARN) for the DB subnet group.

## `db_subnet_group_description`{% #db_subnet_group_description %}

**Type**: `STRING`**Provider name**: `DBSubnetGroupDescription`**Description**: Provides the description of the DB subnet group.

## `db_subnet_group_name`{% #db_subnet_group_name %}

**Type**: `STRING`**Provider name**: `DBSubnetGroupName`**Description**: The name of the DB subnet group.

## `subnet_group_status`{% #subnet_group_status %}

**Type**: `STRING`**Provider name**: `SubnetGroupStatus`**Description**: Provides the status of the DB subnet group.

## `subnets`{% #subnets %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `Subnets`**Description**: Contains a list of `Subnet` elements.

- `subnet_availability_zone`**Type**: `STRUCT`**Provider name**: `SubnetAvailabilityZone`
  - `name`**Type**: `STRING`**Provider name**: `Name`**Description**: The name of the Availability Zone.
- `subnet_identifier`**Type**: `STRING`**Provider name**: `SubnetIdentifier`**Description**: The identifier of the subnet.
- `subnet_outpost`**Type**: `STRUCT`**Provider name**: `SubnetOutpost`**Description**: If the subnet is associated with an Outpost, this value specifies the Outpost. For more information about RDS on Outposts, see [Amazon RDS on Amazon Web Services Outposts](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html) in the Amazon RDS User Guide.
  - `arn`**Type**: `STRING`**Provider name**: `Arn`**Description**: The Amazon Resource Name (ARN) of the Outpost.
- `subnet_status`**Type**: `STRING`**Provider name**: `SubnetStatus`**Description**: The status of the subnet.

## `supported_network_types`{% #supported_network_types %}

**Type**: `UNORDERED_LIST_STRING`**Provider name**: `SupportedNetworkTypes`**Description**: The network type of the DB subnet group. Valid values:

- `IPV4`
- `DUAL`
A `DBSubnetGroup` can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (`DUAL`). For more information, see [Working with a DB instance in a VPC](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html) in the Amazon RDS User Guide.


## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `vpc_id`{% #vpc_id %}

**Type**: `STRING`**Provider name**: `VpcId`**Description**: Provides the VpcId of the DB subnet group.
