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

# aws_rds_export_task{% #aws_rds_export_task %}

## `account_id`{% #account_id %}

**Type**: `STRING`

## `export_only`{% #export_only %}

**Type**: `UNORDERED_LIST_STRING`**Provider name**: `ExportOnly`**Description**: The data exported from the snapshot or cluster. Valid Values:

- `database` - Export all the data from a specified database.
- `database.table` table-name - Export a table of the snapshot or cluster. This format is valid only for RDS for MySQL, RDS for MariaDB, and Aurora MySQL.
- `database.schema` schema-name - Export a database schema of the snapshot or cluster. This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL.
- `database.schema.table` table-name - Export a table of the database schema. This format is valid only for RDS for PostgreSQL and Aurora PostgreSQL.



## `export_task_arn`{% #export_task_arn %}

**Type**: `STRING`

## `export_task_identifier`{% #export_task_identifier %}

**Type**: `STRING`**Provider name**: `ExportTaskIdentifier`**Description**: A unique identifier for the snapshot or cluster export task. This ID isn't an identifier for the Amazon S3 bucket where the data is exported.

## `failure_cause`{% #failure_cause %}

**Type**: `STRING`**Provider name**: `FailureCause`**Description**: The reason the export failed, if it failed.

## `iam_role_arn`{% #iam_role_arn %}

**Type**: `STRING`**Provider name**: `IamRoleArn`**Description**: The name of the IAM role that is used to write to Amazon S3 when exporting a snapshot or cluster.

## `kms_key_id`{% #kms_key_id %}

**Type**: `STRING`**Provider name**: `KmsKeyId`**Description**: The key identifier of the Amazon Web Services KMS key that is used to encrypt the data when it's exported to Amazon S3. The KMS key identifier is its key ARN, key ID, alias ARN, or alias name. The IAM role used for the export must have encryption and decryption permissions to use this KMS key.

## `percent_progress`{% #percent_progress %}

**Type**: `INT32`**Provider name**: `PercentProgress`**Description**: The progress of the snapshot or cluster export task as a percentage.

## `s3_bucket`{% #s3_bucket %}

**Type**: `STRING`**Provider name**: `S3Bucket`**Description**: The Amazon S3 bucket where the snapshot or cluster is exported to.

## `s3_prefix`{% #s3_prefix %}

**Type**: `STRING`**Provider name**: `S3Prefix`**Description**: The Amazon S3 bucket prefix that is the file name and path of the exported data.

## `snapshot_time`{% #snapshot_time %}

**Type**: `TIMESTAMP`**Provider name**: `SnapshotTime`**Description**: The time when the snapshot was created.

## `source_arn`{% #source_arn %}

**Type**: `STRING`**Provider name**: `SourceArn`**Description**: The Amazon Resource Name (ARN) of the snapshot or cluster exported to Amazon S3.

## `source_type`{% #source_type %}

**Type**: `STRING`**Provider name**: `SourceType`**Description**: The type of source for the export.

## `status`{% #status %}

**Type**: `STRING`**Provider name**: `Status`**Description**: The progress status of the export task. The status can be one of the following:

- `CANCELED`
- `CANCELING`
- `COMPLETE`
- `FAILED`
- `IN_PROGRESS`
- `STARTING`



## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `task_end_time`{% #task_end_time %}

**Type**: `TIMESTAMP`**Provider name**: `TaskEndTime`**Description**: The time when the snapshot or cluster export task ended.

## `task_start_time`{% #task_start_time %}

**Type**: `TIMESTAMP`**Provider name**: `TaskStartTime`**Description**: The time when the snapshot or cluster export task started.

## `total_extracted_data_in_gb`{% #total_extracted_data_in_gb %}

**Type**: `INT32`**Provider name**: `TotalExtractedDataInGB`**Description**: The total amount of data exported, in gigabytes.

## `warning_message`{% #warning_message %}

**Type**: `STRING`**Provider name**: `WarningMessage`**Description**: A warning about the snapshot or cluster export task.
