aws.greengrass.get_deployment_status
Example SQL Queries
SELECT * FROMaws.greengrass.get_deployment_statusWHERE"group_id" = 'VALUE'AND "deployment_id" = 'VALUE';Description
Returns the status of a deployment.
Table Definition
| Column Name | Column Data Type |
|---|---|
| deployment_id Required Input Column The ID of the deployment. | VARCHAR |
| group_id Required Input Column The ID of the Greengrass group. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| deployment_status The status of the deployment: ''InProgress'', ''Building'', ''Success'', or ''Failure''. | VARCHAR |
| deployment_type The type of the deployment. | VARCHAR |
| error_details Error details | STRUCT( |
Show child fields
| |
| error_message Error message | VARCHAR |
| updated_at The time, in milliseconds since the epoch, when the deployment status was updated. | VARCHAR |