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 you want to attach to your environment. To learn more, see Apache Airflow configuration options.
String airflowVersion
The Apache Airflow version for your environment. If no value is specified, defaults to the latest version. Valid
values: 1.10.12, 2.0.2. To learn more, see Apache Airflow versions on Amazon
Managed Workflows for Apache Airflow (MWAA).
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 Amazon Web
Services Identity and Access Management (IAM) role that grants MWAA permission to access Amazon Web Services
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 Amazon Web Services Key Management Service (KMS) key to encrypt the data in your environment. You can use an Amazon Web Services owned CMK, or a Customer managed CMK (advanced). To learn more, see Create an Amazon MWAA environment.
LoggingConfigurationInput loggingConfiguration
Defines the Apache Airflow logs to send to CloudWatch Logs.
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 Amazon Web Services 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. Valid values:
v2.0.2 - Accepts between 2 to 5. Defaults to 2.
v1.10.12 - Accepts 1.
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 Amazon Web Services 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 in Coordinated Universal Time (UTC) 24-hour standard time 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.
String arn
The Amazon Resource Name (ARN) returned in the response for the environment.
String name
The name of the Amazon MWAA environment. For example, MyMWAAEnvironment.
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. Valid values: 1.10.12, 2.0.2.
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 Amazon Web Services
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 Amazon Web Services Key Management Service (KMS) encryption key used to encrypt the data in your environment.
LastUpdate lastUpdate
The status of the last update on the environment.
LoggingConfiguration loggingConfiguration
The Apache Airflow logs published to CloudWatch Logs.
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
Describes the VPC networking components used to secure and enable network traffic between the Amazon Web Services 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. 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 Amazon Web
Services 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 in Coordinated Universal Time (UTC) 24-hour standard time 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 source
The source of the last update to the environment. Includes internal processes by Amazon MWAA, such as an environment maintenance update.
String status
The status of the last update on the environment.
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 Amazon Web Services resources.
ModuleLoggingConfiguration dagProcessingLogs
The Airflow DAG processing logs published to CloudWatch Logs and the log level.
ModuleLoggingConfiguration schedulerLogs
The Airflow scheduler logs published to CloudWatch Logs and the log level.
ModuleLoggingConfiguration taskLogs
The Airflow task logs published to CloudWatch Logs and the log level.
ModuleLoggingConfiguration webserverLogs
The Airflow web server logs published to CloudWatch Logs and the log level.
ModuleLoggingConfiguration workerLogs
The Airflow worker logs published to CloudWatch Logs and the log level.
ModuleLoggingConfigurationInput dagProcessingLogs
Publishes Airflow DAG processing logs to CloudWatch Logs.
ModuleLoggingConfigurationInput schedulerLogs
Publishes Airflow scheduler logs to CloudWatch Logs.
ModuleLoggingConfigurationInput taskLogs
Publishes Airflow task logs to CloudWatch Logs.
ModuleLoggingConfigurationInput webserverLogs
Publishes Airflow web server logs to CloudWatch Logs.
ModuleLoggingConfigurationInput workerLogs
Publishes Airflow worker logs to CloudWatch Logs.
List<E> dimensions
Internal only. The dimensions associated with the metric.
String metricName
Internal only. The name of the metric.
StatisticSet statisticValues
Internal only. The statistical values for the metric.
Date timestamp
Internal only. The time the metric data was received.
String unit
Internal only. The unit used to store the metric.
Double value
Internal only. The value for the metric.
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 the Apache Airflow log type (e.g. DagProcessingLogs) is enabled.
String logLevel
The Apache Airflow log level for the log type (e.g. DagProcessingLogs).
List<E> securityGroupIds
A list of security group IDs. To learn more, see Security in your VPC on Amazon MWAA.
List<E> subnetIds
A list of subnet IDs. To learn more, see About networking on Amazon MWAA.
String environmentName
Internal only. The name of the environment.
List<E> metricData
Internal only. Publishes metrics to Amazon CloudWatch. To learn more about the metrics published to Amazon CloudWatch, see Amazon MWAA performance metrics in Amazon CloudWatch.
Double maximum
Internal only. The maximum value of the sample set.
Double minimum
Internal only. The minimum value of the sample set.
Integer sampleCount
Internal only. The number of samples used for the statistic set.
Double sum
Internal only. The sum of values for the sample set.
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 Amazon Web Services 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. If no value is specified, defaults to the latest version. Valid
values: 1.10.12, 2.0.2.
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 Amazon Web Services
resources in your environment. For example, arn:aws:iam::123456789:role/my-execution-role. To learn
more, see Amazon MWAA Execution
role.
LoggingConfigurationInput loggingConfiguration
The Apache Airflow log types to send to CloudWatch Logs.
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 Amazon Web Services 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 in Coordinated Universal Time (UTC) 24-hour standard time 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.
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 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 © 2022. All rights reserved.