aws.greengrass.list_bulk_deployment_detailed_reports
Example SQL Queries
SELECT * FROMaws.greengrass.list_bulk_deployment_detailed_reportsWHERE"bulk_deployment_id" = 'VALUE';Description
Gets a paginated list of the deployments that have been started in a bulk deployment operation, and their current deployment status.
Table Definition
| Column Name | Column Data Type |
|---|---|
| bulk_deployment_id Required Input Column The ID of the bulk deployment. | 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 |
| created_at The time, in ISO format, when the deployment was created. | VARCHAR |
| deployment_arn The ARN of the group deployment. | VARCHAR |
| deployment_id The ID of the group deployment. | VARCHAR |
| deployment_status The current status of the group deployment: ''InProgress'', ''Building'', ''Success'', or ''Failure''. | VARCHAR |
| deployment_type The type of the deployment. | VARCHAR |
| error_details Details about the error. | STRUCT( |
Show child fields
| |
| error_message The error message for a failed deployment | VARCHAR |
| group_arn The ARN of the Greengrass group. | VARCHAR |