| Package | Description |
|---|---|
| com.amazonaws.services.mwaa.model |
| Modifier and Type | Method and Description |
|---|---|
Environment |
Environment.addAirflowConfigurationOptionsEntry(String key,
String value)
Add a single AirflowConfigurationOptions entry
|
Environment |
Environment.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Environment |
Environment.clearAirflowConfigurationOptionsEntries()
Removes all the entries added into AirflowConfigurationOptions.
|
Environment |
Environment.clearTagsEntries()
Removes all the entries added into Tags.
|
Environment |
Environment.clone() |
Environment |
GetEnvironmentResult.getEnvironment()
An object containing all available details about the environment.
|
Environment |
Environment.withAirflowConfigurationOptions(Map<String,String> airflowConfigurationOptions)
A list of key-value pairs containing the Apache Airflow configuration options attached to your environment.
|
Environment |
Environment.withAirflowVersion(String airflowVersion)
The Apache Airflow version on your environment.
|
Environment |
Environment.withArn(String arn)
The Amazon Resource Name (ARN) of the Amazon MWAA environment.
|
Environment |
Environment.withCeleryExecutorQueue(String celeryExecutorQueue)
The queue ARN for the environment's Celery
Executor.
|
Environment |
Environment.withCreatedAt(Date createdAt)
The day and time the environment was created.
|
Environment |
Environment.withDagS3Path(String dagS3Path)
The relative path to the DAGs folder in your Amazon S3 bucket.
|
Environment |
Environment.withDatabaseVpcEndpointService(String databaseVpcEndpointService)
The VPC endpoint for the environment's Amazon RDS database.
|
Environment |
Environment.withEndpointManagement(EndpointManagement endpointManagement)
Defines whether the VPC endpoints configured for the environment are created, and managed, by the customer or by
Amazon MWAA.
|
Environment |
Environment.withEndpointManagement(String endpointManagement)
Defines whether the VPC endpoints configured for the environment are created, and managed, by the customer or by
Amazon MWAA.
|
Environment |
Environment.withEnvironmentClass(String environmentClass)
The environment class type.
|
Environment |
Environment.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.
|
Environment |
Environment.withKmsKey(String kmsKey)
The KMS encryption key used to encrypt the data in your environment.
|
Environment |
Environment.withLastUpdate(LastUpdate lastUpdate)
The status of the last update on the environment.
|
Environment |
Environment.withLoggingConfiguration(LoggingConfiguration loggingConfiguration)
The Apache Airflow logs published to CloudWatch Logs.
|
Environment |
Environment.withMaxWebservers(Integer maxWebservers)
The maximum number of web servers that you want to run in your environment.
|
Environment |
Environment.withMaxWorkers(Integer maxWorkers)
The maximum number of workers that run in your environment.
|
Environment |
Environment.withMinWebservers(Integer minWebservers)
The minimum number of web servers that you want to run in your environment.
|
Environment |
Environment.withMinWorkers(Integer minWorkers)
The minimum number of workers that run in your environment.
|
Environment |
Environment.withName(String name)
The name of the Amazon MWAA environment.
|
Environment |
Environment.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
Describes the VPC networking components used to secure and enable network traffic between the Amazon Web Services
resources for your environment.
|
Environment |
Environment.withPluginsS3ObjectVersion(String pluginsS3ObjectVersion)
The version of the
plugins.zip file in your Amazon S3 bucket. |
Environment |
Environment.withPluginsS3Path(String pluginsS3Path)
The relative path to the file in your Amazon S3 bucket.
|
Environment |
Environment.withRequirementsS3ObjectVersion(String requirementsS3ObjectVersion)
The version of the
requirements.txt file on your Amazon S3 bucket. |
Environment |
Environment.withRequirementsS3Path(String requirementsS3Path)
The relative path to the
requirements.txt file in your Amazon S3 bucket. |
Environment |
Environment.withSchedulers(Integer schedulers)
The number of Apache Airflow schedulers that run in your Amazon MWAA environment.
|
Environment |
Environment.withServiceRoleArn(String serviceRoleArn)
The Amazon Resource Name (ARN) for the service-linked role of the environment.
|
Environment |
Environment.withSourceBucketArn(String sourceBucketArn)
The Amazon Resource Name (ARN) of the Amazon S3 bucket where your DAG code and supporting files are stored.
|
Environment |
Environment.withStartupScriptS3ObjectVersion(String startupScriptS3ObjectVersion)
The version of the startup shell script in your Amazon S3 bucket.
|
Environment |
Environment.withStartupScriptS3Path(String startupScriptS3Path)
The relative path to the startup shell script in your Amazon S3 bucket.
|
Environment |
Environment.withStatus(EnvironmentStatus status)
The status of the Amazon MWAA environment.
|
Environment |
Environment.withStatus(String status)
The status of the Amazon MWAA environment.
|
Environment |
Environment.withTags(Map<String,String> tags)
The key-value tag pairs associated to your environment.
|
Environment |
Environment.withWebserverAccessMode(String webserverAccessMode)
The Apache Airflow web server access mode.
|
Environment |
Environment.withWebserverAccessMode(WebserverAccessMode webserverAccessMode)
The Apache Airflow web server access mode.
|
Environment |
Environment.withWebserverUrl(String webserverUrl)
The Apache Airflow web server host name for the Amazon MWAA environment.
|
Environment |
Environment.withWebserverVpcEndpointService(String webserverVpcEndpointService)
The VPC endpoint for the environment's web server.
|
Environment |
Environment.withWeeklyMaintenanceWindowStart(String weeklyMaintenanceWindowStart)
The day and time of the week in Coordinated Universal Time (UTC) 24-hour standard time that weekly maintenance
updates are scheduled.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetEnvironmentResult.setEnvironment(Environment environment)
An object containing all available details about the environment.
|
GetEnvironmentResult |
GetEnvironmentResult.withEnvironment(Environment environment)
An object containing all available details about the environment.
|
Copyright © 2025. All rights reserved.