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

# aws_lightsail_relational_database{% #aws_lightsail_relational_database %}

## `account_id`{% #account_id %}

**Type**: `STRING` 

## `arn`{% #arn %}

**Type**: `STRING` **Provider name**: `arn` **Description**: The Amazon Resource Name (ARN) of the database. 

## `backup_retention_enabled`{% #backup_retention_enabled %}

**Type**: `BOOLEAN` **Provider name**: `backupRetentionEnabled` **Description**: A Boolean value indicating whether automated backup retention is enabled for the database. 

## `ca_certificate_identifier`{% #ca_certificate_identifier %}

**Type**: `STRING` **Provider name**: `caCertificateIdentifier` **Description**: The certificate associated with the database. 

## `created_at`{% #created_at %}

**Type**: `TIMESTAMP` **Provider name**: `createdAt` **Description**: The timestamp when the database was created. Formatted in Unix time. 

## `engine`{% #engine %}

**Type**: `STRING` **Provider name**: `engine` **Description**: The database software (for example, `MySQL`). 

## `engine_version`{% #engine_version %}

**Type**: `STRING` **Provider name**: `engineVersion` **Description**: The database engine version (for example, `5.7.23`). 

## `hardware`{% #hardware %}

**Type**: `STRUCT` **Provider name**: `hardware` **Description**: Describes the hardware of the database. 

- `cpu_count`**Type**: `INT32`**Provider name**: `cpuCount`**Description**: The number of vCPUs for the database.
- `disk_size_in_gb`**Type**: `INT32`**Provider name**: `diskSizeInGb`**Description**: The size of the disk for the database.
- `ram_size_in_gb`**Type**: `FLOAT`**Provider name**: `ramSizeInGb`**Description**: The amount of RAM in GB for the database.

## `latest_restorable_time`{% #latest_restorable_time %}

**Type**: `TIMESTAMP` **Provider name**: `latestRestorableTime` **Description**: The latest point in time to which the database can be restored. Formatted in Unix time. 

## `location`{% #location %}

**Type**: `STRUCT` **Provider name**: `location` **Description**: The Region name and Availability Zone where the database is located. 

- `availability_zone`**Type**: `STRING`**Provider name**: `availabilityZone`**Description**: The Availability Zone. Follows the format `us-east-2a` (case-sensitive).
- `region_name`**Type**: `STRING`**Provider name**: `regionName`**Description**: The Amazon Web Services Region name.

## `master_database_name`{% #master_database_name %}

**Type**: `STRING` **Provider name**: `masterDatabaseName` **Description**: The name of the master database created when the Lightsail database resource is created. 

## `master_endpoint`{% #master_endpoint %}

**Type**: `STRUCT` **Provider name**: `masterEndpoint` **Description**: The master endpoint for the database. 

- `address`**Type**: `STRING`**Provider name**: `address`**Description**: Specifies the DNS address of the database.
- `port`**Type**: `INT32`**Provider name**: `port`**Description**: Specifies the port that the database is listening on.

## `master_username`{% #master_username %}

**Type**: `STRING` **Provider name**: `masterUsername` **Description**: The master user name of the database. 

## `name`{% #name %}

**Type**: `STRING` **Provider name**: `name` **Description**: The unique name of the database resource in Lightsail. 

## `next_page_token`{% #next_page_token %}

**Type**: `STRING` **Provider name**: `nextPageToken` **Description**: The token to advance to the next page of results from your request. A next page token is not returned if there are no more results to display. To get the next page of results, perform another `GetRelationalDatabaseParameters` request and specify the next page token using the `pageToken` parameter. 

## `parameter_apply_status`{% #parameter_apply_status %}

**Type**: `STRING` **Provider name**: `parameterApplyStatus` **Description**: The status of parameter updates for the database. 

## `parameters`{% #parameters %}

**Type**: `UNORDERED_LIST_STRUCT` **Provider name**: `parameters` **Description**: An object describing the result of your get relational database parameters request. 

- `allowed_values`**Type**: `STRING`**Provider name**: `allowedValues`**Description**: Specifies the valid range of values for the parameter.
- `apply_method`**Type**: `STRING`**Provider name**: `applyMethod`**Description**: Indicates when parameter updates are applied. Can be `immediate` or `pending-reboot`.
- `apply_type`**Type**: `STRING`**Provider name**: `applyType`**Description**: Specifies the engine-specific parameter type.
- `data_type`**Type**: `STRING`**Provider name**: `dataType`**Description**: Specifies the valid data type for the parameter.
- `description`**Type**: `STRING`**Provider name**: `description`**Description**: Provides a description of the parameter.
- `is_modifiable`**Type**: `BOOLEAN`**Provider name**: `isModifiable`**Description**: A Boolean value indicating whether the parameter can be modified.
- `parameter_name`**Type**: `STRING`**Provider name**: `parameterName`**Description**: Specifies the name of the parameter.
- `parameter_value`**Type**: `STRING`**Provider name**: `parameterValue`**Description**: Specifies the value of the parameter.

## `pending_maintenance_actions`{% #pending_maintenance_actions %}

**Type**: `UNORDERED_LIST_STRUCT` **Provider name**: `pendingMaintenanceActions` **Description**: Describes the pending maintenance actions for the database. 

- `action`**Type**: `STRING`**Provider name**: `action`**Description**: The type of pending database maintenance action.
- `current_apply_date`**Type**: `TIMESTAMP`**Provider name**: `currentApplyDate`**Description**: The effective date of the pending database maintenance action.
- `description`**Type**: `STRING`**Provider name**: `description`**Description**: Additional detail about the pending database maintenance action.

## `pending_modified_values`{% #pending_modified_values %}

**Type**: `STRUCT` **Provider name**: `pendingModifiedValues` **Description**: Describes pending database value modifications. 

- `backup_retention_enabled`**Type**: `BOOLEAN`**Provider name**: `backupRetentionEnabled`**Description**: A Boolean value indicating whether automated backup retention is enabled.
- `engine_version`**Type**: `STRING`**Provider name**: `engineVersion`**Description**: The database engine version.
- `master_user_password`**Type**: `STRING`**Provider name**: `masterUserPassword`**Description**: The password for the master user of the database.

## `preferred_backup_window`{% #preferred_backup_window %}

**Type**: `STRING` **Provider name**: `preferredBackupWindow` **Description**: The daily time range during which automated backups are created for the database (for example, `16:00-16:30`). 

## `preferred_maintenance_window`{% #preferred_maintenance_window %}

**Type**: `STRING` **Provider name**: `preferredMaintenanceWindow` **Description**: The weekly time range during which system maintenance can occur on the database. In the format `ddd:hh24:mi-ddd:hh24:mi`. For example, `Tue:17:00-Tue:17:30`. 

## `publicly_accessible`{% #publicly_accessible %}

**Type**: `BOOLEAN` **Provider name**: `publiclyAccessible` **Description**: A Boolean value indicating whether the database is publicly accessible. 

## `relational_database_blueprint_id`{% #relational_database_blueprint_id %}

**Type**: `STRING` **Provider name**: `relationalDatabaseBlueprintId` **Description**: The blueprint ID for the database. A blueprint describes the major engine version of a database. 

## `relational_database_bundle_id`{% #relational_database_bundle_id %}

**Type**: `STRING` **Provider name**: `relationalDatabaseBundleId` **Description**: The bundle ID for the database. A bundle describes the performance specifications for your database. 

## `resource_type`{% #resource_type %}

**Type**: `STRING` **Provider name**: `resourceType` **Description**: The Lightsail resource type for the database (for example, `RelationalDatabase`). 

## `secondary_availability_zone`{% #secondary_availability_zone %}

**Type**: `STRING` **Provider name**: `secondaryAvailabilityZone` **Description**: Describes the secondary Availability Zone of a high availability database. The secondary database is used for failover support of a high availability database. 

## `state`{% #state %}

**Type**: `STRING` **Provider name**: `state` **Description**: Describes the current state of the database. 

## `support_code`{% #support_code %}

**Type**: `STRING` **Provider name**: `supportCode` **Description**: The support code for the database. Include this code in your email to support when you have questions about a database in Lightsail. This code enables our support team to look up your Lightsail information more easily. 

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING` 
