---
title: Greengrass Deploymentv2
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > Greengrass Deploymentv2
---

# Greengrass Deploymentv2

This table represents the greengrass_deploymentv2 resource from Amazon Web Services.

```
aws.greengrass_deploymentv2
```

## Fields

| Title                 | ID   | Type       | Data Type                                                                                                                                                                      | Description |
| --------------------- | ---- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
| _key                  | core | string     |
| account_id            | core | string     |
| components            | core | string     | The components to deploy. This is a dictionary, where each key is the name of a component, and each key's value is the version and configuration to deploy for that component. |
| creation_timestamp    | core | timestamp  | The time at which the deployment was created, expressed in ISO 8601 format.                                                                                                    |
| deployment_id         | core | string     | The ID of the deployment.                                                                                                                                                      |
| deployment_name       | core | string     | The name of the deployment.                                                                                                                                                    |
| deployment_policies   | core | json       | The deployment policies for the deployment. These policies define how the deployment updates components and handles failure.                                                   |
| deployment_status     | core | string     | The status of the deployment.                                                                                                                                                  |
| iot_job_arn           | core | string     | The <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">ARN</a> of the IoT job that applies the deployment to target devices.                 |
| iot_job_configuration | core | json       | The job configuration for the deployment configuration. The job configuration specifies the rollout, timeout, and stop configurations for the deployment configuration.        |
| iot_job_id            | core | string     | The ID of the IoT job that applies the deployment to target devices.                                                                                                           |
| is_latest_for_target  | core | bool       | Whether or not the deployment is the latest revision for its target.                                                                                                           |
| parent_target_arn     | core | string     | The parent deployment's target <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">ARN</a> within a subdeployment.                            |
| revision_id           | core | string     | The revision number of the deployment.                                                                                                                                         |
| tags                  | core | hstore_csv |
| target_arn            | core | string     | The <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">ARN</a> of the target IoT thing or thing group.                                       |
