The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::MWAA - Perl Interface to AWS AmazonMWAA

SYNOPSIS

  use Paws;

  my $obj = Paws->service('MWAA');
  my $res = $obj->Method(
    Arg1 => $val1,
    Arg2 => [ 'V1', 'V2' ],
    # if Arg3 is an object, the HashRef will be used as arguments to the constructor
    # of the arguments type
    Arg3 => { Att1 => 'Val1' },
    # if Arg4 is an array of objects, the HashRefs will be passed as arguments to
    # the constructor of the arguments type
    Arg4 => [ { Att1 => 'Val1'  }, { Att1 => 'Val2' } ],
  );

DESCRIPTION

Amazon Managed Workflows for Apache Airflow

This section contains the Amazon Managed Workflows for Apache Airflow (MWAA) API reference documentation. For more information, see What Is Amazon MWAA? (https://docs.aws.amazon.com/mwaa/latest/userguide/what-is-mwaa.html).

For the AWS API documentation, see https://docs.aws.amazon.com/goto/WebAPI/airflow-2020-07-01

METHODS

CreateCliToken

Name => Str

Each argument is described in detail in: Paws::MWAA::CreateCliToken

Returns: a Paws::MWAA::CreateCliTokenResponse instance

Create a CLI token to use Airflow CLI.

CreateEnvironment

DagS3Path => Str
ExecutionRoleArn => Str
Name => Str
NetworkConfiguration => Paws::MWAA::NetworkConfiguration
SourceBucketArn => Str
[AirflowConfigurationOptions => Paws::MWAA::SyntheticCreateEnvironmentInputAirflowConfigurationOptions]
[AirflowVersion => Str]
[EnvironmentClass => Str]
[KmsKey => Str]
[LoggingConfiguration => Paws::MWAA::LoggingConfigurationInput]
[MaxWorkers => Int]
[MinWorkers => Int]
[PluginsS3ObjectVersion => Str]
[PluginsS3Path => Str]
[RequirementsS3ObjectVersion => Str]
[RequirementsS3Path => Str]
[Schedulers => Int]
[Tags => Paws::MWAA::TagMap]
[WebserverAccessMode => Str]
[WeeklyMaintenanceWindowStart => Str]

Each argument is described in detail in: Paws::MWAA::CreateEnvironment

Returns: a Paws::MWAA::CreateEnvironmentOutput instance

Creates an Amazon Managed Workflows for Apache Airflow (MWAA) environment.

CreateWebLoginToken

Name => Str

Each argument is described in detail in: Paws::MWAA::CreateWebLoginToken

Returns: a Paws::MWAA::CreateWebLoginTokenResponse instance

Create a JWT token to be used to login to Airflow Web UI with claims based Authentication.

DeleteEnvironment

Name => Str

Each argument is described in detail in: Paws::MWAA::DeleteEnvironment

Returns: a Paws::MWAA::DeleteEnvironmentOutput instance

Deletes an Amazon Managed Workflows for Apache Airflow (MWAA) environment.

GetEnvironment

Name => Str

Each argument is described in detail in: Paws::MWAA::GetEnvironment

Returns: a Paws::MWAA::GetEnvironmentOutput instance

Retrieves the details of an Amazon Managed Workflows for Apache Airflow (MWAA) environment.

ListEnvironments

[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::MWAA::ListEnvironments

Returns: a Paws::MWAA::ListEnvironmentsOutput instance

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

ListTagsForResource

ResourceArn => Str

Each argument is described in detail in: Paws::MWAA::ListTagsForResource

Returns: a Paws::MWAA::ListTagsForResourceOutput instance

Lists the key-value tag pairs associated to the Amazon Managed Workflows for Apache Airflow (MWAA) environment. For example, "Environment": "Staging".

PublishMetrics

EnvironmentName => Str
MetricData => ArrayRef[Paws::MWAA::MetricDatum]

Each argument is described in detail in: Paws::MWAA::PublishMetrics

Returns: a Paws::MWAA::PublishMetricsOutput instance

An operation for publishing metrics from the customers to the Ops plane.

TagResource

ResourceArn => Str
Tags => Paws::MWAA::TagMap

Each argument is described in detail in: Paws::MWAA::TagResource

Returns: a Paws::MWAA::TagResourceOutput instance

Associates key-value tag pairs to your Amazon Managed Workflows for Apache Airflow (MWAA) environment.

UntagResource

ResourceArn => Str
TagKeys => ArrayRef[Str|Undef]

Each argument is described in detail in: Paws::MWAA::UntagResource

Returns: a Paws::MWAA::UntagResourceOutput instance

Removes key-value tag pairs associated to your Amazon Managed Workflows for Apache Airflow (MWAA) environment. For example, "Environment": "Staging".

UpdateEnvironment

Name => Str
[AirflowConfigurationOptions => Paws::MWAA::SyntheticUpdateEnvironmentInputAirflowConfigurationOptions]
[AirflowVersion => Str]
[DagS3Path => Str]
[EnvironmentClass => Str]
[ExecutionRoleArn => Str]
[LoggingConfiguration => Paws::MWAA::LoggingConfigurationInput]
[MaxWorkers => Int]
[MinWorkers => Int]
[NetworkConfiguration => Paws::MWAA::UpdateNetworkConfigurationInput]
[PluginsS3ObjectVersion => Str]
[PluginsS3Path => Str]
[RequirementsS3ObjectVersion => Str]
[RequirementsS3Path => Str]
[Schedulers => Int]
[SourceBucketArn => Str]
[WebserverAccessMode => Str]
[WeeklyMaintenanceWindowStart => Str]

Each argument is described in detail in: Paws::MWAA::UpdateEnvironment

Returns: a Paws::MWAA::UpdateEnvironmentOutput instance

Updates an Amazon Managed Workflows for Apache Airflow (MWAA) environment.

PAGINATORS

Paginator methods are helpers that repetively call methods that return partial results

ListAllEnvironments(sub { },[MaxResults => Int, NextToken => Str])

ListAllEnvironments([MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - Environments, passing the object as the first parameter, and the string 'Environments' as the second parameter 

If not, it will return a a Paws::MWAA::ListEnvironmentsOutput instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

SEE ALSO

This service class forms part of Paws

BUGS and CONTRIBUTIONS

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