String name
Create a CLI token request for a MWAA environment.
Map<K,V> airflowConfigurationOptions
A list of key-value pairs containing the Apache Airflow configuration options you want to attach to your environment. To learn more, see Apache Airflow configuration options.
String airflowVersion
The Apache Airflow version for your environment. For example, v1.10.12. If no value is specified,
defaults to the latest version. Valid values: v1.10.12.
String dagS3Path
The relative path to the DAGs folder on your Amazon S3 bucket. For example, dags. To learn more, see
Adding or updating
DAGs.
String environmentClass
The environment class type. Valid values: mw1.small, mw1.medium, mw1.large
. To learn more, see Amazon
MWAA environment class.
String executionRoleArn
The Amazon Resource Name (ARN) of the execution role for your environment. An execution role is an AWS Identity
and Access Management (IAM) role that grants MWAA permission to access AWS services and resources used by your
environment. For example, arn:aws:iam::123456789:role/my-execution-role. To learn more, see Amazon MWAA Execution role.
String kmsKey
The AWS Key Management Service (KMS) key to encrypt the data in your environment. You can use an AWS owned CMK, or a Customer managed CMK (advanced). To learn more, see Get started with Amazon Managed Workflows for Apache Airflow.
LoggingConfigurationInput loggingConfiguration
Defines the Apache Airflow logs to send to CloudWatch Logs: DagProcessingLogs,
SchedulerLogs, TaskLogs, WebserverLogs, WorkerLogs.
Integer maxWorkers
The maximum number of workers that you want to run in your environment. MWAA scales the number of Apache Airflow
workers up to the number you specify in the MaxWorkers field. For example, 20. When
there are no more tasks running, and no more in the queue, MWAA disposes of the extra workers leaving the one
worker that is included with your environment, or the number you specify in MinWorkers.
Integer minWorkers
The minimum number of workers that you want to run in your environment. MWAA scales the number of Apache Airflow
workers up to the number you specify in the MaxWorkers field. When there are no more tasks running,
and no more in the queue, MWAA disposes of the extra workers leaving the worker count you specify in the
MinWorkers field. For example, 2.
String name
The name of the Amazon MWAA environment. For example, MyMWAAEnvironment.
NetworkConfiguration networkConfiguration
The VPC networking components used to secure and enable network traffic between the AWS resources for your environment. To learn more, see About networking on Amazon MWAA.
String pluginsS3ObjectVersion
The version of the plugins.zip file on your Amazon S3 bucket. A version must be specified each time a plugins.zip file is updated. To learn more, see How S3 Versioning works.
String pluginsS3Path
The relative path to the plugins.zip file on your Amazon S3 bucket. For example,
plugins.zip. If specified, then the plugins.zip version is required. To learn more, see Installing custom
plugins.
String requirementsS3ObjectVersion
The version of the requirements.txt file on your Amazon S3 bucket. A version must be specified each time a requirements.txt file is updated. To learn more, see How S3 Versioning works.
String requirementsS3Path
The relative path to the requirements.txt file on your Amazon S3 bucket. For example,
requirements.txt. If specified, then a file version is required. To learn more, see Installing Python
dependencies.
Integer schedulers
The number of Apache Airflow schedulers to run in your environment.
String sourceBucketArn
The Amazon Resource Name (ARN) of the Amazon S3 bucket where your DAG code and supporting files are stored. For
example, arn:aws:s3:::my-airflow-bucket-unique-name. To learn more, see Create an Amazon S3 bucket for
Amazon MWAA.
Map<K,V> tags
The key-value tag pairs you want to associate to your environment. For example,
"Environment": "Staging". To learn more, see Tagging AWS resources.
String webserverAccessMode
The Apache Airflow Web server access mode. To learn more, see Apache Airflow access modes.
String weeklyMaintenanceWindowStart
The day and time of the week to start weekly maintenance updates of your environment in the following format:
DAY:HH:MM. For example: TUE:03:30. You can specify a start time in 30 minute increments
only. Supported input includes the following:
MON|TUE|WED|THU|FRI|SAT|SUN:([01]\\d|2[0-3]):(00|30)
String arn
The Amazon Resource Name (ARN) returned in the response for the environment.
String name
Create an Airflow Web UI login token request for a MWAA environment.
String name
The name of the Amazon MWAA environment. For example, MyMWAAEnvironment.
Map<K,V> airflowConfigurationOptions
A list of key-value pairs containing the Apache Airflow configuration options attached to your environment. To learn more, see Apache Airflow configuration options.
String airflowVersion
The Apache Airflow version on your environment. For example, v1.10.12.
String arn
The Amazon Resource Name (ARN) of the Amazon MWAA environment.
Date createdAt
The day and time the environment was created.
String dagS3Path
The relative path to the DAGs folder on your Amazon S3 bucket. For example, dags. To learn more, see
Adding or updating
DAGs.
String environmentClass
The environment class type. Valid values: mw1.small, mw1.medium, mw1.large
. To learn more, see Amazon
MWAA environment class.
String executionRoleArn
The Amazon Resource Name (ARN) of the execution role in IAM that allows MWAA to access AWS resources in your
environment. For example, arn:aws:iam::123456789:role/my-execution-role. To learn more, see Amazon MWAA Execution role.
String kmsKey
The Key Management Service (KMS) encryption key used to encrypt the data in your environment.
LastUpdate lastUpdate
LoggingConfiguration loggingConfiguration
The Apache Airflow logs being sent to CloudWatch Logs: DagProcessingLogs, SchedulerLogs, TaskLogs, WebserverLogs, WorkerLogs.
Integer maxWorkers
The maximum number of workers that run in your environment. For example, 20.
Integer minWorkers
The minimum number of workers that run in your environment. For example, 2.
String name
The name of the Amazon MWAA environment. For example, MyMWAAEnvironment.
NetworkConfiguration networkConfiguration
String pluginsS3ObjectVersion
The version of the plugins.zip file on your Amazon S3 bucket. To learn more, see Installing custom plugins.
String pluginsS3Path
The relative path to the plugins.zip file on your Amazon S3 bucket. For example,
plugins.zip. To learn more, see Installing custom
plugins.
String requirementsS3ObjectVersion
The version of the requirements.txt file on your Amazon S3 bucket. To learn more, see Installing Python dependencies.
String requirementsS3Path
The relative path to the requirements.txt file on your Amazon S3 bucket. For example,
requirements.txt. To learn more, see Installing Python
dependencies.
Integer schedulers
The number of Apache Airflow schedulers that run in your Amazon MWAA environment.
String serviceRoleArn
The Amazon Resource Name (ARN) for the service-linked role of the environment. To learn more, see Amazon MWAA Service-linked role.
String sourceBucketArn
The Amazon Resource Name (ARN) of the Amazon S3 bucket where your DAG code and supporting files are stored. For
example, arn:aws:s3:::my-airflow-bucket-unique-name. To learn more, see Create an Amazon S3 bucket for
Amazon MWAA.
String status
The status of the Amazon MWAA environment. Valid values:
CREATING - Indicates the request to create the environment is in progress.
CREATE_FAILED - Indicates the request to create the environment failed, and the environment could
not be created.
AVAILABLE - Indicates the request was successful and the environment is ready to use.
UPDATING - Indicates the request to update the environment is in progress.
DELETING - Indicates the request to delete the environment is in progress.
DELETED - Indicates the request to delete the environment is complete, and the environment has been
deleted.
UNAVAILABLE - Indicates the request failed, but the environment was unable to rollback and is not in
a stable state.
UPDATE_FAILED - Indicates the request to update the environment failed, and the environment has
rolled back successfully and is ready to use.
We recommend reviewing our troubleshooting guide for a list of common errors and their solutions. To learn more, see Amazon MWAA troubleshooting.
Map<K,V> tags
The key-value tag pairs associated to your environment. For example, "Environment": "Staging". To
learn more, see Tagging AWS
resources.
String webserverAccessMode
The Apache Airflow Web server access mode. To learn more, see Apache Airflow access modes.
String webserverUrl
The Apache Airflow Web server host name for the Amazon MWAA environment. To learn more, see Accessing the Apache Airflow UI.
String weeklyMaintenanceWindowStart
The day and time of the week that weekly maintenance updates are scheduled. For example: TUE:03:30.
String name
The name of the Amazon MWAA environment. For example, MyMWAAEnvironment.
Environment environment
An object containing all available details about the environment.
Date createdAt
The day and time of the last update on the environment.
UpdateError error
The error that was encountered during the last update of the environment.
String status
The status of the last update on the environment. Valid values: SUCCESS, PENDING,
FAILED.
String resourceArn
The Amazon Resource Name (ARN) of the Amazon MWAA environment. For example,
arn:aws:airflow:us-east-1:123456789012:environment/MyMWAAEnvironment.
Map<K,V> tags
The key-value tag pairs associated to your environment. To learn more, see Tagging AWS resources.
ModuleLoggingConfiguration dagProcessingLogs
ModuleLoggingConfiguration schedulerLogs
ModuleLoggingConfiguration taskLogs
ModuleLoggingConfiguration webserverLogs
ModuleLoggingConfiguration workerLogs
ModuleLoggingConfigurationInput dagProcessingLogs
ModuleLoggingConfigurationInput schedulerLogs
ModuleLoggingConfigurationInput taskLogs
ModuleLoggingConfigurationInput webserverLogs
ModuleLoggingConfigurationInput workerLogs
String cloudWatchLogGroupArn
The Amazon Resource Name (ARN) for the CloudWatch Logs group where the Apache Airflow log type (e.g.
DagProcessingLogs) is published. For example,
arn:aws:logs:us-east-1:123456789012:log-group:airflow-MyMWAAEnvironment-MwaaEnvironment-DAGProcessing:*
.
Boolean enabled
Indicates whether to enable the Apache Airflow log type (e.g. DagProcessingLogs) in CloudWatch Logs.
String logLevel
Defines the Apache Airflow logs to send for the log type (e.g. DagProcessingLogs) to CloudWatch
Logs. Valid values: CRITICAL, ERROR, WARNING, INFO.
List<E> securityGroupIds
A list of 1 or more security group IDs. Accepts up to 5 security group IDs. A security group must be attached to the same VPC as the subnets. To learn more, see Security in your VPC on Amazon MWAA.
List<E> subnetIds
A list of 2 subnet IDs. Required to create an environment. Must be private subnets in two different availability zones. A subnet must be attached to the same VPC as the security group.
String resourceArn
The Amazon Resource Name (ARN) of the Amazon MWAA environment. For example,
arn:aws:airflow:us-east-1:123456789012:environment/MyMWAAEnvironment.
Map<K,V> tags
The key-value tag pairs you want to associate to your environment. For example,
"Environment": "Staging". To learn more, see Tagging AWS resources.
Map<K,V> airflowConfigurationOptions
A list of key-value pairs containing the Apache Airflow configuration options you want to attach to your environment. To learn more, see Apache Airflow configuration options.
String airflowVersion
The Apache Airflow version for your environment. For example, v1.10.12. If no value is specified,
defaults to the latest version. Valid values: v1.10.12.
String dagS3Path
The relative path to the DAGs folder on your Amazon S3 bucket. For example, dags. To learn more, see
Adding or updating
DAGs.
String environmentClass
The environment class type. Valid values: mw1.small, mw1.medium, mw1.large
. To learn more, see Amazon
MWAA environment class.
String executionRoleArn
The Amazon Resource Name (ARN) of the execution role in IAM that allows MWAA to access AWS resources in your
environment. For example, arn:aws:iam::123456789:role/my-execution-role. To learn more, see Amazon MWAA Execution role.
LoggingConfigurationInput loggingConfiguration
Defines the Apache Airflow logs to send to CloudWatch Logs: DagProcessingLogs,
SchedulerLogs, TaskLogs, WebserverLogs, WorkerLogs.
Integer maxWorkers
The maximum number of workers that you want to run in your environment. MWAA scales the number of Apache Airflow
workers up to the number you specify in the MaxWorkers field. For example, 20. When
there are no more tasks running, and no more in the queue, MWAA disposes of the extra workers leaving the one
worker that is included with your environment, or the number you specify in MinWorkers.
Integer minWorkers
The minimum number of workers that you want to run in your environment. MWAA scales the number of Apache Airflow
workers up to the number you specify in the MaxWorkers field. When there are no more tasks running,
and no more in the queue, MWAA disposes of the extra workers leaving the worker count you specify in the
MinWorkers field. For example, 2.
String name
The name of your Amazon MWAA environment. For example, MyMWAAEnvironment.
UpdateNetworkConfigurationInput networkConfiguration
The VPC networking components used to secure and enable network traffic between the AWS resources for your environment. To learn more, see About networking on Amazon MWAA.
String pluginsS3ObjectVersion
The version of the plugins.zip file on your Amazon S3 bucket. A version must be specified each time a plugins.zip file is updated. To learn more, see How S3 Versioning works.
String pluginsS3Path
The relative path to the plugins.zip file on your Amazon S3 bucket. For example,
plugins.zip. If specified, then the plugins.zip version is required. To learn more, see Installing custom
plugins.
String requirementsS3ObjectVersion
The version of the requirements.txt file on your Amazon S3 bucket. A version must be specified each time a requirements.txt file is updated. To learn more, see How S3 Versioning works.
String requirementsS3Path
The relative path to the requirements.txt file on your Amazon S3 bucket. For example,
requirements.txt. If specified, then a file version is required. To learn more, see Installing Python
dependencies.
Integer schedulers
The number of Apache Airflow schedulers to run in your Amazon MWAA environment.
String sourceBucketArn
The Amazon Resource Name (ARN) of the Amazon S3 bucket where your DAG code and supporting files are stored. For
example, arn:aws:s3:::my-airflow-bucket-unique-name. To learn more, see Create an Amazon S3 bucket for
Amazon MWAA.
String webserverAccessMode
The Apache Airflow Web server access mode. To learn more, see Apache Airflow access modes.
String weeklyMaintenanceWindowStart
The day and time of the week to start weekly maintenance updates of your environment in the following format:
DAY:HH:MM. For example: TUE:03:30. You can specify a start time in 30 minute increments
only. Supported input includes the following:
MON|TUE|WED|THU|FRI|SAT|SUN:([01]\\d|2[0-3]):(00|30)
String arn
The Amazon Resource Name (ARN) of the Amazon MWAA environment. For example,
arn:aws:airflow:us-east-1:123456789012:environment/MyMWAAEnvironment.
List<E> securityGroupIds
A list of 1 or more security group IDs. Accepts up to 5 security group IDs. A security group must be attached to the same VPC as the subnets. To learn more, see Security in your VPC on Amazon MWAA.
Copyright © 2021. All rights reserved.