aws.proton.list_components
Example SQL Queries
SELECT * FROMaws.proton.list_components;Description
List components with summary data. You can filter the result list by environment, service, or a single service instance.
For more information about components, see Proton components in the Proton User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| environment_name Input Column The name of the Proton environment that this component is associated with. | VARCHAR |
| service_instance_name Input Column The name of the service instance that this component is attached to. Provided when a component is attached to a service instance. | VARCHAR |
| service_name Input Column The name of the service that serviceInstanceName is associated with. Provided when a component is attached to a service instance. | 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 |
| arn The Amazon Resource Name (ARN) of the component. | VARCHAR |
| created_at The time when the component was created. | TIMESTAMP_S |
| deployment_status The component deployment status. | VARCHAR |
| deployment_status_message The message associated with the component deployment status. | VARCHAR |
| last_attempted_deployment_id The ID of the last attempted deployment of this component. | VARCHAR |
| last_deployment_attempted_at The time when a deployment of the component was last attempted. | TIMESTAMP_S |
| last_deployment_succeeded_at The time when the component was last deployed successfully. | TIMESTAMP_S |
| last_modified_at The time when the component was last modified. | TIMESTAMP_S |
| last_succeeded_deployment_id The ID of the last successful deployment of this component. | VARCHAR |
| name The name of the component. | VARCHAR |