Builder

class Builder

Properties

Link copied to clipboard

The request body for the Apache Airflow REST API call, provided as a JSON object.

Link copied to clipboard

The HTTP method used for making Airflow REST API calls. For example, POST.

Link copied to clipboard
var name: String?

The name of the Amazon MWAA environment. For example, MyMWAAEnvironment.

Link copied to clipboard
var path: String?

The Apache Airflow REST API endpoint path to be called. For example, /dags/123456/clearTaskInstances. For more information, see Apache Airflow API

Link copied to clipboard

Query parameters to be included in the Apache Airflow REST API call, provided as a JSON object.