GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::MWAA::Environment(3) User Contributed Perl Documentation Paws::MWAA::Environment(3)

Paws::MWAA::Environment

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::MWAA::Environment object:

  $service_obj->Method(Att1 => { AirflowConfigurationOptions => $value, ..., WeeklyMaintenanceWindowStart => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::MWAA::Environment object:

  $result = $service_obj->Method(...);
  $result->Att1->AirflowConfigurationOptions

The Amazon Managed Workflows for Apache Airflow (MWAA) environment.

A list of key-value pairs containing the Apache Airflow configuration options attached to your environment. To learn more, see Apache Airflow configuration options (https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-env-variables.html).

The Apache Airflow version on your environment. For example, "v1.10.12".

The Amazon Resource Name (ARN) of the Amazon MWAA environment.

The day and time the environment was created.

The relative path to the DAGs folder on your Amazon S3 bucket. For example, "dags". To learn more, see Adding or updating DAGs (https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-folder.html).

The environment class type. Valid values: "mw1.small", "mw1.medium", "mw1.large". To learn more, see Amazon MWAA environment class (https://docs.aws.amazon.com/mwaa/latest/userguide/environment-class.html).

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 (https://docs.aws.amazon.com/mwaa/latest/userguide/mwaa-create-role.html).

The Key Management Service (KMS) encryption key used to encrypt the data in your environment.

The Apache Airflow logs being sent to CloudWatch Logs: "DagProcessingLogs", "SchedulerLogs", "TaskLogs", "WebserverLogs", "WorkerLogs".

The maximum number of workers that run in your environment. For example, 20.

The minimum number of workers that run in your environment. For example, 2.

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

The version of the plugins.zip file on your Amazon S3 bucket. To learn more, see Installing custom plugins (https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-import-plugins.html).

The relative path to the "plugins.zip" file on your Amazon S3 bucket. For example, "plugins.zip". To learn more, see Installing custom plugins (https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-import-plugins.html).

The version of the requirements.txt file on your Amazon S3 bucket. To learn more, see Installing Python dependencies (https://docs.aws.amazon.com/mwaa/latest/userguide/working-dags-dependencies.html).

The relative path to the "requirements.txt" file on your Amazon S3 bucket. For example, "requirements.txt". To learn more, see Installing Python dependencies (https://docs.aws.amazon.com/mwaa/latest/userguide/working-dags-dependencies.html).

The number of Apache Airflow schedulers that run in your Amazon MWAA environment.

The Amazon Resource Name (ARN) for the service-linked role of the environment. To learn more, see Amazon MWAA Service-linked role (https://docs.aws.amazon.com/mwaa/latest/userguide/mwaa-slr.html).

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 (https://docs.aws.amazon.com/mwaa/latest/userguide/mwaa-s3-bucket.html).

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 (https://docs.aws.amazon.com/mwaa/latest/userguide/troubleshooting.html).

The key-value tag pairs associated to your environment. For example, "Environment": "Staging". To learn more, see Tagging AWS resources (https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html).

The Apache Airflow Web server access mode. To learn more, see Apache Airflow access modes (https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-networking.html).

The Apache Airflow Web server host name for the Amazon MWAA environment. To learn more, see Accessing the Apache Airflow UI (https://docs.aws.amazon.com/mwaa/latest/userguide/access-airflow-ui.html).

The day and time of the week that weekly maintenance updates are scheduled. For example: "TUE:03:30".

This class forms part of Paws, describing an object used in Paws::MWAA

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.