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

# aws_rds_blue_green_deployment{% #aws_rds_blue_green_deployment %}

## `account_id`{% #account_id %}

**Type**: `STRING`

## `blue_green_deployment_identifier`{% #blue_green_deployment_identifier %}

**Type**: `STRING`**Provider name**: `BlueGreenDeploymentIdentifier`**Description**: The unique identifier of the blue/green deployment.

## `blue_green_deployment_name`{% #blue_green_deployment_name %}

**Type**: `STRING`**Provider name**: `BlueGreenDeploymentName`**Description**: The user-supplied name of the blue/green deployment.

## `create_time`{% #create_time %}

**Type**: `TIMESTAMP`**Provider name**: `CreateTime`**Description**: The time when the blue/green deployment was created, in Universal Coordinated Time (UTC).

## `delete_time`{% #delete_time %}

**Type**: `TIMESTAMP`**Provider name**: `DeleteTime`**Description**: The time when the blue/green deployment was deleted, in Universal Coordinated Time (UTC).

## `status`{% #status %}

**Type**: `STRING`**Provider name**: `Status`**Description**: The status of the blue/green deployment. Valid Values:

- `PROVISIONING` - Resources are being created in the green environment.
- `AVAILABLE` - Resources are available in the green environment.
- `SWITCHOVER_IN_PROGRESS` - The deployment is being switched from the blue environment to the green environment.
- `SWITCHOVER_COMPLETED` - Switchover from the blue environment to the green environment is complete.
- `INVALID_CONFIGURATION` - Resources in the green environment are invalid, so switchover isn't possible.
- `SWITCHOVER_FAILED` - Switchover was attempted but failed.
- `DELETING` - The blue/green deployment is being deleted.



## `status_details`{% #status_details %}

**Type**: `STRING`**Provider name**: `StatusDetails`**Description**: Additional information about the status of the blue/green deployment.

## `switchover_details`{% #switchover_details %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `SwitchoverDetails`**Description**: The details about each source and target resource in the blue/green deployment.

- `source_member`**Type**: `STRING`**Provider name**: `SourceMember`**Description**: The Amazon Resource Name (ARN) of a resource in the blue environment.
- `status`**Type**: `STRING`**Provider name**: `Status`**Description**: The switchover status of a resource in a blue/green deployment. Values:
  - `PROVISIONING` - The resource is being prepared to switch over.
  - `AVAILABLE` - The resource is ready to switch over.
  - `SWITCHOVER_IN_PROGRESS` - The resource is being switched over.
  - `SWITCHOVER_COMPLETED` - The resource has been switched over.
  - `SWITCHOVER_FAILED` - The resource attempted to switch over but failed.
  - `MISSING_SOURCE` - The source resource has been deleted.
  - `MISSING_TARGET` - The target resource has been deleted.
- `target_member`**Type**: `STRING`**Provider name**: `TargetMember`**Description**: The Amazon Resource Name (ARN) of a resource in the green environment.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `target`{% #target %}

**Type**: `STRING`**Provider name**: `Target`**Description**: The target database for the blue/green deployment. Before switchover, the target database is the clone database in the green environment.

## `tasks`{% #tasks %}

**Type**: `UNORDERED_LIST_STRUCT`**Provider name**: `Tasks`**Description**: Either tasks to be performed or tasks that have been completed on the target database before switchover.

- `name`**Type**: `STRING`**Provider name**: `Name`**Description**: The name of the blue/green deployment task.
- `status`**Type**: `STRING`**Provider name**: `Status`**Description**: The status of the blue/green deployment task. Valid Values:
  - `PENDING` - The resource is being prepared for deployment.
  - `IN_PROGRESS` - The resource is being deployed.
  - `COMPLETED` - The resource has been deployed.
  - `FAILED` - Deployment of the resource failed.
