Skip to content

List Environments

mwaa_list_environments R Documentation

Lists the Amazon Managed Workflows for Apache Airflow (MWAA) environments

Description

Lists the Amazon Managed Workflows for Apache Airflow (MWAA) environments.

Usage

mwaa_list_environments(NextToken, MaxResults)

Arguments

NextToken

Retrieves the next page of the results.

MaxResults

The maximum number of results to retrieve per page. For example, 5 environments per page.

Value

A list with the following syntax:

list(
  Environments = list(
    "string"
  ),
  NextToken = "string"
)

Request syntax

svc$list_environments(
  NextToken = "string",
  MaxResults = 123
)