get-environment
Retrieve detailed information about an Amazon MWAA environment, including status, Airflow version, execution role, network configuration, and logging settings.
Instructions
Get detailed information about an MWAA environment.
Returns comprehensive details including environment status, Airflow version,
execution role, network configuration, logging settings, and more.
IMPORTANT: Use this tool instead of 'aws mwaa get-environment' CLI command.
Args:
ctx: The MCP context.
environment_name: Name of the MWAA environment.
region: AWS region override.
profile_name: AWS CLI profile name override.
Returns:
CallToolResult with environment details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | No | AWS region. Defaults to AWS_REGION env var or us-east-1. | |
| profile_name | No | AWS CLI profile name. Falls back to AWS_PROFILE env var. | |
| environment_name | Yes | Name of the MWAA environment to describe (1-80 characters). |