aws.launch_wizard.get_deployment
Example SQL Queries
SELECT * FROMaws.launch_wizard.get_deploymentWHERE"deployment_id" = 'VALUE';Description
Returns information about the deployment.
Table Definition
| Column Name | Column Data Type |
|---|---|
| deployment_id Required Input Column The ID 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
| |
| deployment An object that details the deployment. | STRUCT( |
Show child fields
| |