![]() |
![]()
| ![]() |
![]()
NAMEPaws::MWAA - Perl Interface to AWS AmazonMWAA SYNOPSISuse 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' } ], ); DESCRIPTIONAmazon 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> METHODSCreateCliTokenEach argument is described in detail in: Paws::MWAA::CreateCliToken Returns: a Paws::MWAA::CreateCliTokenResponse instance Create a CLI token to use Airflow CLI. CreateEnvironment
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. CreateWebLoginTokenEach 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. DeleteEnvironmentEach 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. GetEnvironmentEach 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
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. ListTagsForResourceEach 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". PublishMetricsEach 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. TagResourceEach 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. UntagResourceEach 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
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. PAGINATORSPaginator 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 "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. SEE ALSOThis service class forms part of Paws BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|