View Source aws_mwaa (aws v0.3.1)

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.
Delete an existing environment.
Get details of an existing environment.
List Amazon MWAA Environments.
List the tags for MWAA environments.
An operation for publishing metrics from the customers to the Ops plane.
Add tag to the MWAA environments.
Remove a tag from the MWAA environments.
Update an MWAA environment.

Link to this section Functions

Link to this function

create_cli_token(Client, Name, Input)

View Source
Create a CLI token to use Airflow CLI.
Link to this function

create_cli_token(Client, Name, Input0, Options0)

View Source
Link to this function

create_environment(Client, Name, Input)

View Source
JSON blob that describes the environment to create.
Link to this function

create_environment(Client, Name, Input0, Options0)

View Source
Link to this function

create_web_login_token(Client, Name, Input)

View Source
Create a JWT token to be used to login to Airflow Web UI with claims based Authentication.
Link to this function

create_web_login_token(Client, Name, Input0, Options0)

View Source
Link to this function

delete_environment(Client, Name, Input)

View Source
Delete an existing environment.
Link to this function

delete_environment(Client, Name, Input0, Options0)

View Source
Link to this function

get_environment(Client, Name)

View Source
Get details of an existing environment.
Link to this function

get_environment(Client, Name, QueryMap, HeadersMap)

View Source
Link to this function

get_environment(Client, Name, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_environments(Client)

View Source
List Amazon MWAA Environments.
Link to this function

list_environments(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_environments(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn)

View Source
List the tags for MWAA environments.
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

publish_metrics(Client, EnvironmentName, Input)

View Source
An operation for publishing metrics from the customers to the Ops plane.
Link to this function

publish_metrics(Client, EnvironmentName, Input0, Options0)

View Source
Link to this function

tag_resource(Client, ResourceArn, Input)

View Source
Add tag to the MWAA environments.
Link to this function

tag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

untag_resource(Client, ResourceArn, Input)

View Source
Remove a tag from the MWAA environments.
Link to this function

untag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

update_environment(Client, Name, Input)

View Source
Update an MWAA environment.
Link to this function

update_environment(Client, Name, Input0, Options0)

View Source