InvokeRestApiRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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
val name: String?

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

Link copied to clipboard
val 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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String