| Package | Description |
|---|---|
| com.amazonaws.services.mwaa |
|
| com.amazonaws.services.mwaa.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateEnvironmentResult> |
AmazonMWAAAsyncClient.updateEnvironmentAsync(UpdateEnvironmentRequest request,
AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler) |
Future<UpdateEnvironmentResult> |
AmazonMWAAAsync.updateEnvironmentAsync(UpdateEnvironmentRequest updateEnvironmentRequest,
AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler)
Updates an Amazon Managed Workflows for Apache Airflow (MWAA) environment.
|
Future<UpdateEnvironmentResult> |
AbstractAmazonMWAAAsync.updateEnvironmentAsync(UpdateEnvironmentRequest request,
AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.addAirflowConfigurationOptionsEntry(String key,
String value)
Add a single AirflowConfigurationOptions entry
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.clearAirflowConfigurationOptionsEntries()
Removes all the entries added into AirflowConfigurationOptions.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.clone() |
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withAirflowConfigurationOptions(Map<String,String> airflowConfigurationOptions)
A list of key-value pairs containing the Apache Airflow configuration options you want to attach to your
environment.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withAirflowVersion(String airflowVersion)
The Apache Airflow version for your environment.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withDagS3Path(String dagS3Path)
The relative path to the DAGs folder on your Amazon S3 bucket.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withEnvironmentClass(String environmentClass)
The environment class type.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withExecutionRoleArn(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.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withLoggingConfiguration(LoggingConfigurationInput loggingConfiguration)
The Apache Airflow log types to send to CloudWatch Logs.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withMaxWorkers(Integer maxWorkers)
The maximum number of workers that you want to run in your environment.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withMinWorkers(Integer minWorkers)
The minimum number of workers that you want to run in your environment.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withName(String name)
The name of your Amazon MWAA environment.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withNetworkConfiguration(UpdateNetworkConfigurationInput networkConfiguration)
The VPC networking components used to secure and enable network traffic between the Amazon Web Services resources
for your environment.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withPluginsS3ObjectVersion(String pluginsS3ObjectVersion)
The version of the plugins.zip file on your Amazon S3 bucket.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withPluginsS3Path(String pluginsS3Path)
The relative path to the
plugins.zip file on your Amazon S3 bucket. |
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withRequirementsS3ObjectVersion(String requirementsS3ObjectVersion)
The version of the requirements.txt file on your Amazon S3 bucket.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withRequirementsS3Path(String requirementsS3Path)
The relative path to the
requirements.txt file on your Amazon S3 bucket. |
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withSchedulers(Integer schedulers)
The number of Apache Airflow schedulers to run in your Amazon MWAA environment.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withSourceBucketArn(String sourceBucketArn)
The Amazon Resource Name (ARN) of the Amazon S3 bucket where your DAG code and supporting files are stored.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withWebserverAccessMode(String webserverAccessMode)
The Apache Airflow Web server access mode.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withWebserverAccessMode(WebserverAccessMode webserverAccessMode)
The Apache Airflow Web server access mode.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withWeeklyMaintenanceWindowStart(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. |
Copyright © 2023. All rights reserved.