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

# aws_rds_security_group{% #aws_rds_security_group %}

## `account_id`{% #account_id %}

**Type**: `STRING` 

## `db_security_group_arn`{% #db_security_group_arn %}

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

## `db_security_group_description`{% #db_security_group_description %}

**Type**: `STRING` **Provider name**: `DBSecurityGroupDescription` **Description**: Provides the description of the DB security group. 

## `db_security_group_name`{% #db_security_group_name %}

**Type**: `STRING` **Provider name**: `DBSecurityGroupName` **Description**: Specifies the name of the DB security group. 

## `ec2_security_groups`{% #ec2_security_groups %}

**Type**: `UNORDERED_LIST_STRUCT` **Provider name**: `EC2SecurityGroups` **Description**: Contains a list of `EC2SecurityGroup` elements. 

- `ec2_security_group_id`**Type**: `STRING`**Provider name**: `EC2SecurityGroupId`**Description**: Specifies the id of the EC2 security group.
- `ec2_security_group_name`**Type**: `STRING`**Provider name**: `EC2SecurityGroupName`**Description**: Specifies the name of the EC2 security group.
- `ec2_security_group_owner_id`**Type**: `STRING`**Provider name**: `EC2SecurityGroupOwnerId`**Description**: Specifies the Amazon Web Services ID of the owner of the EC2 security group specified in the `EC2SecurityGroupName` field.
- `status`**Type**: `STRING`**Provider name**: `Status`**Description**: Provides the status of the EC2 security group. Status can be "authorizing", "authorized", "revoking", and "revoked".

## `ip_ranges`{% #ip_ranges %}

**Type**: `UNORDERED_LIST_STRUCT` **Provider name**: `IPRanges` **Description**: Contains a list of `IPRange` elements. 

- `cidrip`**Type**: `STRING`**Provider name**: `CIDRIP`**Description**: The IP range.
- `status`**Type**: `STRING`**Provider name**: `Status`**Description**: The status of the IP range. Status can be "authorizing", "authorized", "revoking", and "revoked".

## `owner_id`{% #owner_id %}

**Type**: `STRING` **Provider name**: `OwnerId` **Description**: Provides the Amazon Web Services ID of the owner of a specific DB security group. 

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING` 

## `vpc_id`{% #vpc_id %}

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