aws.greengrassv2.get_component
Example SQL Queries
SELECT * FROMaws.greengrassv2.get_componentWHERE"arn" = 'VALUE';Description
Gets the recipe for a version of a component.
Table Definition
| Column Name | Column Data Type |
|---|---|
| arn Required Input Column The ARN of the component version. | VARCHAR |
| recipe_output_format Input Column The format of the recipe. | 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
| |
| recipe The recipe of the component version. | BLOB |
| tags A list of key-value pairs that contain metadata for the resource. For more information, see Tag your resources in the IoT Greengrass V2 Developer Guide. | MAP(VARCHAR, VARCHAR) |