aws.proton.list_deployments
Example SQL Queries
SELECT * FROMaws.proton.list_deployments;Description
List deployments. You can filter the result list by environment, service, or a single service instance.
Table Definition
| Column Name | Column Data Type |
|---|---|
| component_name Input Column The name of the component associated with the deployment. | VARCHAR |
| environment_name Input Column The name of the environment associated with the deployment. | VARCHAR |
| service_instance_name Input Column The name of the service instance associated with the deployment. | VARCHAR |
| service_name Input Column The name of the service associated with the deployment. | 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 deployment. | VARCHAR |
| completed_at The date and time the deployment was completed. | TIMESTAMP_S |
| created_at The date and time the deployment was created. | TIMESTAMP_S |
| deployment_status The current status of the deployment. | VARCHAR |
| id The ID of the deployment. | VARCHAR |
| last_attempted_deployment_id The ID of the last attempted deployment. | VARCHAR |
| last_modified_at The date and time the deployment was last modified. | TIMESTAMP_S |
| last_succeeded_deployment_id The ID of the last successful deployment. | VARCHAR |
| target_arn The Amazon Resource Name (ARN) of the target of the deployment. | VARCHAR |
| target_resource_created_at The date and time the target resource was created. | TIMESTAMP_S |
| target_resource_type The resource type of the deployment target. It can be an environment, service, service instance, or component. | VARCHAR |