AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Implementation for accessing MWAA
Amazon Managed Workflows for Apache AirflowThis section contains the Amazon Managed Workflows for Apache Airflow (MWAA) API reference documentation. For more information, see What is Amazon MWAA?.
Endpoints
api.airflow.{region}.amazonaws.com
- This endpoint is used for environment
management.
env.airflow.{region}.amazonaws.com
- This endpoint is used to operate the
Airflow environment.
Regions
For a list of supported regions, see Amazon MWAA endpoints and quotas in the Amazon Web Services General Reference.
Namespace: Amazon.MWAA
Assembly: AWSSDK.MWAA.dll
Version: 3.x.y.z
public class AmazonMWAAClient : AmazonServiceClient IAmazonMWAA, IAmazonService, IDisposable
The AmazonMWAAClient type exposes the following members
Name | Description | |
---|---|---|
![]() |
AmazonMWAAClient() |
Constructs AmazonMWAAClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> |
![]() |
AmazonMWAAClient(RegionEndpoint) |
Constructs AmazonMWAAClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> |
![]() |
AmazonMWAAClient(AmazonMWAAConfig) |
Constructs AmazonMWAAClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> |
![]() |
AmazonMWAAClient(AWSCredentials) |
Constructs AmazonMWAAClient with AWS Credentials |
![]() |
AmazonMWAAClient(AWSCredentials, RegionEndpoint) |
Constructs AmazonMWAAClient with AWS Credentials |
![]() |
AmazonMWAAClient(AWSCredentials, AmazonMWAAConfig) |
Constructs AmazonMWAAClient with AWS Credentials and an AmazonMWAAClient Configuration object. |
![]() |
AmazonMWAAClient(string, string) |
Constructs AmazonMWAAClient with AWS Access Key ID and AWS Secret Key |
![]() |
AmazonMWAAClient(string, string, RegionEndpoint) |
Constructs AmazonMWAAClient with AWS Access Key ID and AWS Secret Key |
![]() |
AmazonMWAAClient(string, string, AmazonMWAAConfig) |
Constructs AmazonMWAAClient with AWS Access Key ID, AWS Secret Key and an AmazonMWAAClient Configuration object. |
![]() |
AmazonMWAAClient(string, string, string) |
Constructs AmazonMWAAClient with AWS Access Key ID and AWS Secret Key |
![]() |
AmazonMWAAClient(string, string, string, RegionEndpoint) |
Constructs AmazonMWAAClient with AWS Access Key ID and AWS Secret Key |
![]() |
AmazonMWAAClient(string, string, string, AmazonMWAAConfig) |
Constructs AmazonMWAAClient with AWS Access Key ID, AWS Secret Key and an AmazonMWAAClient Configuration object. |
Name | Type | Description | |
---|---|---|---|
![]() |
Config | Amazon.Runtime.IClientConfig | Inherited from Amazon.Runtime.AmazonServiceClient. |
![]() |
Paginators | Amazon.MWAA.Model.IMWAAPaginatorFactory |
Paginators for the service |
Name | Description | |
---|---|---|
![]() |
CreateCliToken(CreateCliTokenRequest) |
Creates a CLI token for the Airflow CLI. To learn more, see Creating an Apache Airflow CLI token. |
![]() |
CreateCliTokenAsync(CreateCliTokenRequest, CancellationToken) |
Creates a CLI token for the Airflow CLI. To learn more, see Creating an Apache Airflow CLI token. |
![]() |
CreateEnvironment(CreateEnvironmentRequest) |
Creates an Amazon Managed Workflows for Apache Airflow (Amazon MWAA) environment. |
![]() |
CreateEnvironmentAsync(CreateEnvironmentRequest, CancellationToken) |
Creates an Amazon Managed Workflows for Apache Airflow (Amazon MWAA) environment. |
![]() |
CreateWebLoginToken(CreateWebLoginTokenRequest) |
Creates a web login token for the Airflow Web UI. To learn more, see Creating an Apache Airflow web login token. |
![]() |
CreateWebLoginTokenAsync(CreateWebLoginTokenRequest, CancellationToken) |
Creates a web login token for the Airflow Web UI. To learn more, see Creating an Apache Airflow web login token. |
![]() |
DeleteEnvironment(DeleteEnvironmentRequest) |
Deletes an Amazon Managed Workflows for Apache Airflow (Amazon MWAA) environment. |
![]() |
DeleteEnvironmentAsync(DeleteEnvironmentRequest, CancellationToken) |
Deletes an Amazon Managed Workflows for Apache Airflow (Amazon MWAA) environment. |
![]() |
DetermineServiceOperationEndpoint(AmazonWebServiceRequest) |
Returns the endpoint that will be used for a particular request. |
![]() |
Dispose() | Inherited from Amazon.Runtime.AmazonServiceClient. |
![]() |
GetEnvironment(GetEnvironmentRequest) |
Describes an Amazon Managed Workflows for Apache Airflow (MWAA) environment. |
![]() |
GetEnvironmentAsync(GetEnvironmentRequest, CancellationToken) |
Describes an Amazon Managed Workflows for Apache Airflow (MWAA) environment. |
![]() |
InvokeRestApi(InvokeRestApiRequest) |
Invokes the Apache Airflow REST API on the webserver with the specified inputs. To learn more, see Using the Apache Airflow REST API |
![]() |
InvokeRestApiAsync(InvokeRestApiRequest, CancellationToken) |
Invokes the Apache Airflow REST API on the webserver with the specified inputs. To learn more, see Using the Apache Airflow REST API |
![]() |
ListEnvironments(ListEnvironmentsRequest) |
Lists the Amazon Managed Workflows for Apache Airflow (MWAA) environments. |
![]() |
ListEnvironmentsAsync(ListEnvironmentsRequest, CancellationToken) |
Lists the Amazon Managed Workflows for Apache Airflow (MWAA) environments. |
![]() |
ListTagsForResource(ListTagsForResourceRequest) |
Lists the key-value tag pairs associated to the Amazon Managed Workflows for Apache
Airflow (MWAA) environment. For example, |
![]() |
ListTagsForResourceAsync(ListTagsForResourceRequest, CancellationToken) |
Lists the key-value tag pairs associated to the Amazon Managed Workflows for Apache
Airflow (MWAA) environment. For example, |
![]() |
PublishMetrics(PublishMetricsRequest) |
Internal only. Publishes environment health metrics to Amazon CloudWatch. |
![]() |
PublishMetricsAsync(PublishMetricsRequest, CancellationToken) |
Internal only. Publishes environment health metrics to Amazon CloudWatch. |
![]() |
TagResource(TagResourceRequest) |
Associates key-value tag pairs to your Amazon Managed Workflows for Apache Airflow (MWAA) environment. |
![]() |
TagResourceAsync(TagResourceRequest, CancellationToken) |
Associates key-value tag pairs to your Amazon Managed Workflows for Apache Airflow (MWAA) environment. |
![]() |
UntagResource(UntagResourceRequest) |
Removes key-value tag pairs associated to your Amazon Managed Workflows for Apache
Airflow (MWAA) environment. For example, |
![]() |
UntagResourceAsync(UntagResourceRequest, CancellationToken) |
Removes key-value tag pairs associated to your Amazon Managed Workflows for Apache
Airflow (MWAA) environment. For example, |
![]() |
UpdateEnvironment(UpdateEnvironmentRequest) |
Updates an Amazon Managed Workflows for Apache Airflow (MWAA) environment. |
![]() |
UpdateEnvironmentAsync(UpdateEnvironmentRequest, CancellationToken) |
Updates an Amazon Managed Workflows for Apache Airflow (MWAA) environment. |
Name | Description | |
---|---|---|
![]() |
AfterResponseEvent | Inherited from Amazon.Runtime.AmazonServiceClient. |
![]() |
BeforeRequestEvent | Inherited from Amazon.Runtime.AmazonServiceClient. |
![]() |
ExceptionEvent | Inherited from Amazon.Runtime.AmazonServiceClient. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5