aws.greengrassv2.list_components
Example SQL Queries
SELECT * FROMaws.greengrassv2.list_components;Description
Retrieves a paginated list of component summaries. This list includes components that you have permission to view.
Table Definition
| Column Name | Column Data Type |
|---|---|
| scope Input Column The scope of the components to list. Default: PRIVATE | 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
| |
| arn The ARN of the component version. | VARCHAR |
| component_name The name of the component. | VARCHAR |
| latest_version The latest version of the component and its details. | STRUCT( |
Show child fields
| |