aws.proton.get_component
Example SQL Queries
SELECT * FROMaws.proton.get_componentWHERE"name" = 'VALUE';Description
Get detailed data for a component.
For more information about components, see Proton components in the Proton User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Required Input Column The name of the component that you want to get the detailed data for. | 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 |
| component The detailed data of the requested component. | STRUCT( |
Show child fields
| |