aws.m2.get_deployment
Example SQL Queries
SELECT * FROMaws.m2.get_deploymentWHERE"application_id" = 'VALUE'AND "deployment_id" = 'VALUE';Description
Gets details of a specific deployment with a given deployment identifier.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_id Required Input Column The unique identifier of the application. | VARCHAR |
| deployment_id Required Input Column The unique identifier of 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 |
| application_version The application version. | BIGINT |
| creation_time The timestamp when the deployment was created. | TIMESTAMP_S |
| environment_id The unique identifier of the runtime environment. | VARCHAR |
| status The status of the deployment. | VARCHAR |
| status_reason The reason for the reported status. | VARCHAR |