aws.greengrassv2.list_deployments
Example SQL Queries
SELECT * FROMaws.greengrassv2.list_deployments;Description
Retrieves a paginated list of deployments.
Table Definition
| Column Name | Column Data Type |
|---|---|
| history_filter Input Column The filter for the list of deployments. Choose one of the following options:
Default: LATEST_ONLY | VARCHAR |
| parent_target_arn Input Column The parent deployment's target ARN within a subdeployment. | VARCHAR |
| target_arn Input Column The ARN of the target IoT thing or thing group. When creating a subdeployment, the targetARN can only be a thing 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
| |
| creation_timestamp The time at which the deployment was created, expressed in ISO 8601 format. | TIMESTAMP_S |
| deployment_id The ID of the deployment. | VARCHAR |
| deployment_name The name of the deployment. | VARCHAR |
| deployment_status The status of the deployment. | VARCHAR |
| is_latest_for_target Whether or not the deployment is the latest revision for its target. | BOOLEAN |
| revision_id The revision number of the deployment. | VARCHAR |