---
title: RDS Instance Parameter Group
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > RDS Instance Parameter Group
---

# RDS Instance Parameter Group

This table represents the RDS Instance Parameter Group resource from Amazon Web Services.

```
aws.rds_instance_parameter_group
```

## Fields

| Title                     | ID   | Type       | Data Type                                                                                  | Description |
| ------------------------- | ---- | ---------- | ------------------------------------------------------------------------------------------ | ----------- |
| _key                      | core | string     |
| account_id                | core | string     |
| db_parameter_group_arn    | core | string     | The Amazon Resource Name (ARN) for the DB parameter group.                                 |
| db_parameter_group_family | core | string     | The name of the DB parameter group family that this DB parameter group is compatible with. |
| db_parameter_group_name   | core | string     | The name of the DB parameter group.                                                        |
| description               | core | string     | Provides the customer-specified description for this DB parameter group.                   |
| parameters                | core | json       | A list of <code>Parameter</code> values.                                                   |
| tags                      | core | hstore_csv |
