AWS.MWAA (aws-elixir v0.7.0) View Source

Amazon Managed Workflows for Apache Airflow

This section contains the Amazon Managed Workflows for Apache Airflow (MWAA) API reference documentation.

For more information, see What Is Amazon MWAA?.

Link to this section Summary

Functions

Create a CLI token to use Airflow CLI.

JSON blob that describes the environment to create.

Create a JWT token to be used to login to Airflow Web UI with claims based Authentication.

Get details of an existing environment.

An operation for publishing metrics from the customers to the Ops plane.

Remove a tag from the MWAA environments.

Link to this section Functions

Link to this function

create_cli_token(client, name, input, options \\ [])

View Source

Create a CLI token to use Airflow CLI.

Link to this function

create_environment(client, name, input, options \\ [])

View Source

JSON blob that describes the environment to create.

Link to this function

create_web_login_token(client, name, input, options \\ [])

View Source

Create a JWT token to be used to login to Airflow Web UI with claims based Authentication.

Link to this function

delete_environment(client, name, input, options \\ [])

View Source

Delete an existing environment.

Link to this function

get_environment(client, name, options \\ [])

View Source

Get details of an existing environment.

Link to this function

list_environments(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

List Amazon MWAA Environments.

Link to this function

list_tags_for_resource(client, resource_arn, options \\ [])

View Source

List the tags for MWAA environments.

Link to this function

publish_metrics(client, environment_name, input, options \\ [])

View Source

An operation for publishing metrics from the customers to the Ops plane.

Link to this function

tag_resource(client, resource_arn, input, options \\ [])

View Source

Add tag to the MWAA environments.

Link to this function

untag_resource(client, resource_arn, input, options \\ [])

View Source

Remove a tag from the MWAA environments.

Link to this function

update_environment(client, name, input, options \\ [])

View Source

Update an MWAA environment.