@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateEnvironmentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
This section contains the Amazon Managed Workflows for Apache Airflow (MWAA) API reference documentation to create an environment. For more information, see Get started with Amazon Managed Workflows for Apache Airflow.
NOOP
Constructor and Description |
---|
CreateEnvironmentRequest() |
Modifier and Type | Method and Description |
---|---|
CreateEnvironmentRequest |
addAirflowConfigurationOptionsEntry(String key,
String value)
Add a single AirflowConfigurationOptions entry
|
CreateEnvironmentRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateEnvironmentRequest |
clearAirflowConfigurationOptionsEntries()
Removes all the entries added into AirflowConfigurationOptions.
|
CreateEnvironmentRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateEnvironmentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Map<String,String> |
getAirflowConfigurationOptions()
A list of key-value pairs containing the Apache Airflow configuration options you want to attach to your
environment.
|
String |
getAirflowVersion()
The Apache Airflow version for your environment.
|
String |
getDagS3Path()
The relative path to the DAGs folder on your Amazon S3 bucket.
|
String |
getEndpointManagement()
Defines whether the VPC endpoints configured for the environment are created, and managed, by the customer or by
Amazon MWAA.
|
String |
getEnvironmentClass()
The environment class type.
|
String |
getExecutionRoleArn()
The Amazon Resource Name (ARN) of the execution role for your environment.
|
String |
getKmsKey()
The Amazon Web Services Key Management Service (KMS) key to encrypt the data in your environment.
|
LoggingConfigurationInput |
getLoggingConfiguration()
Defines the Apache Airflow logs to send to CloudWatch Logs.
|
Integer |
getMaxWebservers()
The maximum number of web servers that you want to run in your environment.
|
Integer |
getMaxWorkers()
The maximum number of workers that you want to run in your environment.
|
Integer |
getMinWebservers()
The minimum number of web servers that you want to run in your environment.
|
Integer |
getMinWorkers()
The minimum number of workers that you want to run in your environment.
|
String |
getName()
The name of the Amazon MWAA environment.
|
NetworkConfiguration |
getNetworkConfiguration()
The VPC networking components used to secure and enable network traffic between the Amazon Web Services resources
for your environment.
|
String |
getPluginsS3ObjectVersion()
The version of the plugins.zip file on your Amazon S3 bucket.
|
String |
getPluginsS3Path()
The relative path to the
plugins.zip file on your Amazon S3 bucket. |
String |
getRequirementsS3ObjectVersion()
The version of the
requirements.txt file on your Amazon S3 bucket. |
String |
getRequirementsS3Path()
The relative path to the
requirements.txt file on your Amazon S3 bucket. |
Integer |
getSchedulers()
The number of Apache Airflow schedulers to run in your environment.
|
String |
getSourceBucketArn()
The Amazon Resource Name (ARN) of the Amazon S3 bucket where your DAG code and supporting files are stored.
|
String |
getStartupScriptS3ObjectVersion()
The version of the startup shell script in your Amazon S3 bucket.
|
String |
getStartupScriptS3Path()
The relative path to the startup shell script in your Amazon S3 bucket.
|
Map<String,String> |
getTags()
The key-value tag pairs you want to associate to your environment.
|
String |
getWebserverAccessMode()
Defines the access mode for the Apache Airflow web server.
|
String |
getWeeklyMaintenanceWindowStart()
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 . |
int |
hashCode() |
void |
setAirflowConfigurationOptions(Map<String,String> airflowConfigurationOptions)
A list of key-value pairs containing the Apache Airflow configuration options you want to attach to your
environment.
|
void |
setAirflowVersion(String airflowVersion)
The Apache Airflow version for your environment.
|
void |
setDagS3Path(String dagS3Path)
The relative path to the DAGs folder on your Amazon S3 bucket.
|
void |
setEndpointManagement(String endpointManagement)
Defines whether the VPC endpoints configured for the environment are created, and managed, by the customer or by
Amazon MWAA.
|
void |
setEnvironmentClass(String environmentClass)
The environment class type.
|
void |
setExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the execution role for your environment.
|
void |
setKmsKey(String kmsKey)
The Amazon Web Services Key Management Service (KMS) key to encrypt the data in your environment.
|
void |
setLoggingConfiguration(LoggingConfigurationInput loggingConfiguration)
Defines the Apache Airflow logs to send to CloudWatch Logs.
|
void |
setMaxWebservers(Integer maxWebservers)
The maximum number of web servers that you want to run in your environment.
|
void |
setMaxWorkers(Integer maxWorkers)
The maximum number of workers that you want to run in your environment.
|
void |
setMinWebservers(Integer minWebservers)
The minimum number of web servers that you want to run in your environment.
|
void |
setMinWorkers(Integer minWorkers)
The minimum number of workers that you want to run in your environment.
|
void |
setName(String name)
The name of the Amazon MWAA environment.
|
void |
setNetworkConfiguration(NetworkConfiguration networkConfiguration)
The VPC networking components used to secure and enable network traffic between the Amazon Web Services resources
for your environment.
|
void |
setPluginsS3ObjectVersion(String pluginsS3ObjectVersion)
The version of the plugins.zip file on your Amazon S3 bucket.
|
void |
setPluginsS3Path(String pluginsS3Path)
The relative path to the
plugins.zip file on your Amazon S3 bucket. |
void |
setRequirementsS3ObjectVersion(String requirementsS3ObjectVersion)
The version of the
requirements.txt file on your Amazon S3 bucket. |
void |
setRequirementsS3Path(String requirementsS3Path)
The relative path to the
requirements.txt file on your Amazon S3 bucket. |
void |
setSchedulers(Integer schedulers)
The number of Apache Airflow schedulers to run in your environment.
|
void |
setSourceBucketArn(String sourceBucketArn)
The Amazon Resource Name (ARN) of the Amazon S3 bucket where your DAG code and supporting files are stored.
|
void |
setStartupScriptS3ObjectVersion(String startupScriptS3ObjectVersion)
The version of the startup shell script in your Amazon S3 bucket.
|
void |
setStartupScriptS3Path(String startupScriptS3Path)
The relative path to the startup shell script in your Amazon S3 bucket.
|
void |
setTags(Map<String,String> tags)
The key-value tag pairs you want to associate to your environment.
|
void |
setWebserverAccessMode(String webserverAccessMode)
Defines the access mode for the Apache Airflow web server.
|
void |
setWeeklyMaintenanceWindowStart(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 . |
String |
toString()
Returns a string representation of this object.
|
CreateEnvironmentRequest |
withAirflowConfigurationOptions(Map<String,String> airflowConfigurationOptions)
A list of key-value pairs containing the Apache Airflow configuration options you want to attach to your
environment.
|
CreateEnvironmentRequest |
withAirflowVersion(String airflowVersion)
The Apache Airflow version for your environment.
|
CreateEnvironmentRequest |
withDagS3Path(String dagS3Path)
The relative path to the DAGs folder on your Amazon S3 bucket.
|
CreateEnvironmentRequest |
withEndpointManagement(EndpointManagement endpointManagement)
Defines whether the VPC endpoints configured for the environment are created, and managed, by the customer or by
Amazon MWAA.
|
CreateEnvironmentRequest |
withEndpointManagement(String endpointManagement)
Defines whether the VPC endpoints configured for the environment are created, and managed, by the customer or by
Amazon MWAA.
|
CreateEnvironmentRequest |
withEnvironmentClass(String environmentClass)
The environment class type.
|
CreateEnvironmentRequest |
withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the execution role for your environment.
|
CreateEnvironmentRequest |
withKmsKey(String kmsKey)
The Amazon Web Services Key Management Service (KMS) key to encrypt the data in your environment.
|
CreateEnvironmentRequest |
withLoggingConfiguration(LoggingConfigurationInput loggingConfiguration)
Defines the Apache Airflow logs to send to CloudWatch Logs.
|
CreateEnvironmentRequest |
withMaxWebservers(Integer maxWebservers)
The maximum number of web servers that you want to run in your environment.
|
CreateEnvironmentRequest |
withMaxWorkers(Integer maxWorkers)
The maximum number of workers that you want to run in your environment.
|
CreateEnvironmentRequest |
withMinWebservers(Integer minWebservers)
The minimum number of web servers that you want to run in your environment.
|
CreateEnvironmentRequest |
withMinWorkers(Integer minWorkers)
The minimum number of workers that you want to run in your environment.
|
CreateEnvironmentRequest |
withName(String name)
The name of the Amazon MWAA environment.
|
CreateEnvironmentRequest |
withNetworkConfiguration(NetworkConfiguration networkConfiguration)
The VPC networking components used to secure and enable network traffic between the Amazon Web Services resources
for your environment.
|
CreateEnvironmentRequest |
withPluginsS3ObjectVersion(String pluginsS3ObjectVersion)
The version of the plugins.zip file on your Amazon S3 bucket.
|
CreateEnvironmentRequest |
withPluginsS3Path(String pluginsS3Path)
The relative path to the
plugins.zip file on your Amazon S3 bucket. |
CreateEnvironmentRequest |
withRequirementsS3ObjectVersion(String requirementsS3ObjectVersion)
The version of the
requirements.txt file on your Amazon S3 bucket. |
CreateEnvironmentRequest |
withRequirementsS3Path(String requirementsS3Path)
The relative path to the
requirements.txt file on your Amazon S3 bucket. |
CreateEnvironmentRequest |
withSchedulers(Integer schedulers)
The number of Apache Airflow schedulers to run in your environment.
|
CreateEnvironmentRequest |
withSourceBucketArn(String sourceBucketArn)
The Amazon Resource Name (ARN) of the Amazon S3 bucket where your DAG code and supporting files are stored.
|
CreateEnvironmentRequest |
withStartupScriptS3ObjectVersion(String startupScriptS3ObjectVersion)
The version of the startup shell script in your Amazon S3 bucket.
|
CreateEnvironmentRequest |
withStartupScriptS3Path(String startupScriptS3Path)
The relative path to the startup shell script in your Amazon S3 bucket.
|
CreateEnvironmentRequest |
withTags(Map<String,String> tags)
The key-value tag pairs you want to associate to your environment.
|
CreateEnvironmentRequest |
withWebserverAccessMode(String webserverAccessMode)
Defines the access mode for the Apache Airflow web server.
|
CreateEnvironmentRequest |
withWebserverAccessMode(WebserverAccessMode webserverAccessMode)
Defines the access mode for the Apache Airflow web server.
|
CreateEnvironmentRequest |
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 . |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setName(String name)
The name of the Amazon MWAA environment. For example, MyMWAAEnvironment
.
name
- The name of the Amazon MWAA environment. For example, MyMWAAEnvironment
.public String getName()
The name of the Amazon MWAA environment. For example, MyMWAAEnvironment
.
MyMWAAEnvironment
.public CreateEnvironmentRequest withName(String name)
The name of the Amazon MWAA environment. For example, MyMWAAEnvironment
.
name
- The name of the Amazon MWAA environment. For example, MyMWAAEnvironment
.public void setExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the execution role for your environment. An execution role is an Amazon Web
Services Identity and Access Management (IAM) role that grants MWAA permission to access Amazon Web Services
services and resources used by your environment. For example,
arn:aws:iam::123456789:role/my-execution-role
. For more information, see Amazon MWAA Execution role.
executionRoleArn
- The Amazon Resource Name (ARN) of the execution role for your environment. An execution role is an Amazon
Web Services Identity and Access Management (IAM) role that grants MWAA permission to access Amazon Web
Services services and resources used by your environment. For example,
arn:aws:iam::123456789:role/my-execution-role
. For more information, see Amazon MWAA Execution
role.public String getExecutionRoleArn()
The Amazon Resource Name (ARN) of the execution role for your environment. An execution role is an Amazon Web
Services Identity and Access Management (IAM) role that grants MWAA permission to access Amazon Web Services
services and resources used by your environment. For example,
arn:aws:iam::123456789:role/my-execution-role
. For more information, see Amazon MWAA Execution role.
arn:aws:iam::123456789:role/my-execution-role
. For more information, see Amazon MWAA Execution
role.public CreateEnvironmentRequest withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the execution role for your environment. An execution role is an Amazon Web
Services Identity and Access Management (IAM) role that grants MWAA permission to access Amazon Web Services
services and resources used by your environment. For example,
arn:aws:iam::123456789:role/my-execution-role
. For more information, see Amazon MWAA Execution role.
executionRoleArn
- The Amazon Resource Name (ARN) of the execution role for your environment. An execution role is an Amazon
Web Services Identity and Access Management (IAM) role that grants MWAA permission to access Amazon Web
Services services and resources used by your environment. For example,
arn:aws:iam::123456789:role/my-execution-role
. For more information, see Amazon MWAA Execution
role.public void setSourceBucketArn(String sourceBucketArn)
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
. For more information, see Create an Amazon S3 bucket for
Amazon MWAA.
sourceBucketArn
- 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
. For more information, see Create an Amazon S3 bucket
for Amazon MWAA.public String getSourceBucketArn()
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
. For more information, see Create an Amazon S3 bucket for
Amazon MWAA.
arn:aws:s3:::my-airflow-bucket-unique-name
. For more information, see
Create an Amazon S3
bucket for Amazon MWAA.public CreateEnvironmentRequest withSourceBucketArn(String sourceBucketArn)
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
. For more information, see Create an Amazon S3 bucket for
Amazon MWAA.
sourceBucketArn
- 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
. For more information, see Create an Amazon S3 bucket
for Amazon MWAA.public void setDagS3Path(String dagS3Path)
The relative path to the DAGs folder on your Amazon S3 bucket. For example, dags
. For more
information, see Adding
or updating DAGs.
dagS3Path
- The relative path to the DAGs folder on your Amazon S3 bucket. For example, dags
. For more
information, see Adding or updating
DAGs.public String getDagS3Path()
The relative path to the DAGs folder on your Amazon S3 bucket. For example, dags
. For more
information, see Adding
or updating DAGs.
dags
. For more
information, see Adding or updating
DAGs.public CreateEnvironmentRequest withDagS3Path(String dagS3Path)
The relative path to the DAGs folder on your Amazon S3 bucket. For example, dags
. For more
information, see Adding
or updating DAGs.
dagS3Path
- The relative path to the DAGs folder on your Amazon S3 bucket. For example, dags
. For more
information, see Adding or updating
DAGs.public void setNetworkConfiguration(NetworkConfiguration networkConfiguration)
The VPC networking components used to secure and enable network traffic between the Amazon Web Services resources for your environment. For more information, see About networking on Amazon MWAA.
networkConfiguration
- The VPC networking components used to secure and enable network traffic between the Amazon Web Services
resources for your environment. For more information, see About networking on Amazon
MWAA.public NetworkConfiguration getNetworkConfiguration()
The VPC networking components used to secure and enable network traffic between the Amazon Web Services resources for your environment. For more information, see About networking on Amazon MWAA.
public CreateEnvironmentRequest withNetworkConfiguration(NetworkConfiguration networkConfiguration)
The VPC networking components used to secure and enable network traffic between the Amazon Web Services resources for your environment. For more information, see About networking on Amazon MWAA.
networkConfiguration
- The VPC networking components used to secure and enable network traffic between the Amazon Web Services
resources for your environment. For more information, see About networking on Amazon
MWAA.public void setPluginsS3Path(String pluginsS3Path)
The relative path to the plugins.zip
file on your Amazon S3 bucket. For example,
plugins.zip
. If specified, then the plugins.zip
version is required. For more
information, see Installing custom
plugins.
pluginsS3Path
- The relative path to the plugins.zip
file on your Amazon S3 bucket. For example,
plugins.zip
. If specified, then the plugins.zip
version is required. For more
information, see Installing
custom plugins.public String getPluginsS3Path()
The relative path to the plugins.zip
file on your Amazon S3 bucket. For example,
plugins.zip
. If specified, then the plugins.zip
version is required. For more
information, see Installing custom
plugins.
plugins.zip
file on your Amazon S3 bucket. For example,
plugins.zip
. If specified, then the plugins.zip
version is required. For more
information, see Installing
custom plugins.public CreateEnvironmentRequest withPluginsS3Path(String pluginsS3Path)
The relative path to the plugins.zip
file on your Amazon S3 bucket. For example,
plugins.zip
. If specified, then the plugins.zip
version is required. For more
information, see Installing custom
plugins.
pluginsS3Path
- The relative path to the plugins.zip
file on your Amazon S3 bucket. For example,
plugins.zip
. If specified, then the plugins.zip
version is required. For more
information, see Installing
custom plugins.public void setPluginsS3ObjectVersion(String pluginsS3ObjectVersion)
The version of the plugins.zip file on your Amazon S3 bucket. You must specify a version each time a plugins.zip file is updated. For more information, see How S3 Versioning works.
pluginsS3ObjectVersion
- The version of the plugins.zip file on your Amazon S3 bucket. You must specify a version each time a
plugins.zip file is updated. For more information, see How S3 Versioning
works.public String getPluginsS3ObjectVersion()
The version of the plugins.zip file on your Amazon S3 bucket. You must specify a version each time a plugins.zip file is updated. For more information, see How S3 Versioning works.
public CreateEnvironmentRequest withPluginsS3ObjectVersion(String pluginsS3ObjectVersion)
The version of the plugins.zip file on your Amazon S3 bucket. You must specify a version each time a plugins.zip file is updated. For more information, see How S3 Versioning works.
pluginsS3ObjectVersion
- The version of the plugins.zip file on your Amazon S3 bucket. You must specify a version each time a
plugins.zip file is updated. For more information, see How S3 Versioning
works.public void setRequirementsS3Path(String requirementsS3Path)
The relative path to the requirements.txt
file on your Amazon S3 bucket. For example,
requirements.txt
. If specified, then a version is required. For more information, see Installing Python
dependencies.
requirementsS3Path
- The relative path to the requirements.txt
file on your Amazon S3 bucket. For example,
requirements.txt
. If specified, then a version is required. For more information, see Installing Python
dependencies.public String getRequirementsS3Path()
The relative path to the requirements.txt
file on your Amazon S3 bucket. For example,
requirements.txt
. If specified, then a version is required. For more information, see Installing Python
dependencies.
requirements.txt
file on your Amazon S3 bucket. For example,
requirements.txt
. If specified, then a version is required. For more information, see Installing Python
dependencies.public CreateEnvironmentRequest withRequirementsS3Path(String requirementsS3Path)
The relative path to the requirements.txt
file on your Amazon S3 bucket. For example,
requirements.txt
. If specified, then a version is required. For more information, see Installing Python
dependencies.
requirementsS3Path
- The relative path to the requirements.txt
file on your Amazon S3 bucket. For example,
requirements.txt
. If specified, then a version is required. For more information, see Installing Python
dependencies.public void setRequirementsS3ObjectVersion(String requirementsS3ObjectVersion)
The version of the requirements.txt
file on your Amazon S3 bucket. You must specify a version each
time a requirements.txt file is updated. For more information, see How S3 Versioning
works.
requirementsS3ObjectVersion
- The version of the requirements.txt
file on your Amazon S3 bucket. You must specify a version
each time a requirements.txt file is updated. For more information, see How S3 Versioning
works.public String getRequirementsS3ObjectVersion()
The version of the requirements.txt
file on your Amazon S3 bucket. You must specify a version each
time a requirements.txt file is updated. For more information, see How S3 Versioning
works.
requirements.txt
file on your Amazon S3 bucket. You must specify a
version each time a requirements.txt file is updated. For more information, see How S3 Versioning
works.public CreateEnvironmentRequest withRequirementsS3ObjectVersion(String requirementsS3ObjectVersion)
The version of the requirements.txt
file on your Amazon S3 bucket. You must specify a version each
time a requirements.txt file is updated. For more information, see How S3 Versioning
works.
requirementsS3ObjectVersion
- The version of the requirements.txt
file on your Amazon S3 bucket. You must specify a version
each time a requirements.txt file is updated. For more information, see How S3 Versioning
works.public void setStartupScriptS3Path(String startupScriptS3Path)
The relative path to the startup shell script in your Amazon S3 bucket. For example,
s3://mwaa-environment/startup.sh
.
Amazon MWAA runs the script as your environment starts, and before running the Apache Airflow process. You can use this script to install dependencies, modify Apache Airflow configuration options, and set environment variables. For more information, see Using a startup script.
startupScriptS3Path
- The relative path to the startup shell script in your Amazon S3 bucket. For example,
s3://mwaa-environment/startup.sh
.
Amazon MWAA runs the script as your environment starts, and before running the Apache Airflow process. You can use this script to install dependencies, modify Apache Airflow configuration options, and set environment variables. For more information, see Using a startup script.
public String getStartupScriptS3Path()
The relative path to the startup shell script in your Amazon S3 bucket. For example,
s3://mwaa-environment/startup.sh
.
Amazon MWAA runs the script as your environment starts, and before running the Apache Airflow process. You can use this script to install dependencies, modify Apache Airflow configuration options, and set environment variables. For more information, see Using a startup script.
s3://mwaa-environment/startup.sh
.
Amazon MWAA runs the script as your environment starts, and before running the Apache Airflow process. You can use this script to install dependencies, modify Apache Airflow configuration options, and set environment variables. For more information, see Using a startup script.
public CreateEnvironmentRequest withStartupScriptS3Path(String startupScriptS3Path)
The relative path to the startup shell script in your Amazon S3 bucket. For example,
s3://mwaa-environment/startup.sh
.
Amazon MWAA runs the script as your environment starts, and before running the Apache Airflow process. You can use this script to install dependencies, modify Apache Airflow configuration options, and set environment variables. For more information, see Using a startup script.
startupScriptS3Path
- The relative path to the startup shell script in your Amazon S3 bucket. For example,
s3://mwaa-environment/startup.sh
.
Amazon MWAA runs the script as your environment starts, and before running the Apache Airflow process. You can use this script to install dependencies, modify Apache Airflow configuration options, and set environment variables. For more information, see Using a startup script.
public void setStartupScriptS3ObjectVersion(String startupScriptS3ObjectVersion)
The version of the startup shell script in your Amazon S3 bucket. You must specify the version ID that Amazon S3 assigns to the file every time you update the script.
Version IDs are Unicode, UTF-8 encoded, URL-ready, opaque strings that are no more than 1,024 bytes long. The following is an example:
3sL4kqtJlcpXroDTDmJ+rmSpXd3dIbrHY+MTRCxf3vjVBH40Nr8X8gdRQBpUMLUo
For more information, see Using a startup script.
startupScriptS3ObjectVersion
- The version of the startup shell script in your Amazon S3 bucket. You must specify the version ID that
Amazon S3 assigns to the file every time you update the script.
Version IDs are Unicode, UTF-8 encoded, URL-ready, opaque strings that are no more than 1,024 bytes long. The following is an example:
3sL4kqtJlcpXroDTDmJ+rmSpXd3dIbrHY+MTRCxf3vjVBH40Nr8X8gdRQBpUMLUo
For more information, see Using a startup script.
public String getStartupScriptS3ObjectVersion()
The version of the startup shell script in your Amazon S3 bucket. You must specify the version ID that Amazon S3 assigns to the file every time you update the script.
Version IDs are Unicode, UTF-8 encoded, URL-ready, opaque strings that are no more than 1,024 bytes long. The following is an example:
3sL4kqtJlcpXroDTDmJ+rmSpXd3dIbrHY+MTRCxf3vjVBH40Nr8X8gdRQBpUMLUo
For more information, see Using a startup script.
Version IDs are Unicode, UTF-8 encoded, URL-ready, opaque strings that are no more than 1,024 bytes long. The following is an example:
3sL4kqtJlcpXroDTDmJ+rmSpXd3dIbrHY+MTRCxf3vjVBH40Nr8X8gdRQBpUMLUo
For more information, see Using a startup script.
public CreateEnvironmentRequest withStartupScriptS3ObjectVersion(String startupScriptS3ObjectVersion)
The version of the startup shell script in your Amazon S3 bucket. You must specify the version ID that Amazon S3 assigns to the file every time you update the script.
Version IDs are Unicode, UTF-8 encoded, URL-ready, opaque strings that are no more than 1,024 bytes long. The following is an example:
3sL4kqtJlcpXroDTDmJ+rmSpXd3dIbrHY+MTRCxf3vjVBH40Nr8X8gdRQBpUMLUo
For more information, see Using a startup script.
startupScriptS3ObjectVersion
- The version of the startup shell script in your Amazon S3 bucket. You must specify the version ID that
Amazon S3 assigns to the file every time you update the script.
Version IDs are Unicode, UTF-8 encoded, URL-ready, opaque strings that are no more than 1,024 bytes long. The following is an example:
3sL4kqtJlcpXroDTDmJ+rmSpXd3dIbrHY+MTRCxf3vjVBH40Nr8X8gdRQBpUMLUo
For more information, see Using a startup script.
public Map<String,String> getAirflowConfigurationOptions()
A list of key-value pairs containing the Apache Airflow configuration options you want to attach to your environment. For more information, see Apache Airflow configuration options.
public void setAirflowConfigurationOptions(Map<String,String> airflowConfigurationOptions)
A list of key-value pairs containing the Apache Airflow configuration options you want to attach to your environment. For more information, see Apache Airflow configuration options.
airflowConfigurationOptions
- A list of key-value pairs containing the Apache Airflow configuration options you want to attach to your
environment. For more information, see Apache Airflow
configuration options.public CreateEnvironmentRequest withAirflowConfigurationOptions(Map<String,String> airflowConfigurationOptions)
A list of key-value pairs containing the Apache Airflow configuration options you want to attach to your environment. For more information, see Apache Airflow configuration options.
airflowConfigurationOptions
- A list of key-value pairs containing the Apache Airflow configuration options you want to attach to your
environment. For more information, see Apache Airflow
configuration options.public CreateEnvironmentRequest addAirflowConfigurationOptionsEntry(String key, String value)
public CreateEnvironmentRequest clearAirflowConfigurationOptionsEntries()
public void setEnvironmentClass(String environmentClass)
The environment class type. Valid values: mw1.small
, mw1.medium
, mw1.large
, mw1.xlarge
, and mw1.2xlarge
. For more information, see Amazon MWAA environment
class.
environmentClass
- The environment class type. Valid values: mw1.small
, mw1.medium
,
mw1.large
, mw1.xlarge
, and mw1.2xlarge
. For more information, see
Amazon MWAA environment
class.public String getEnvironmentClass()
The environment class type. Valid values: mw1.small
, mw1.medium
, mw1.large
, mw1.xlarge
, and mw1.2xlarge
. For more information, see Amazon MWAA environment
class.
mw1.small
, mw1.medium
,
mw1.large
, mw1.xlarge
, and mw1.2xlarge
. For more information, see
Amazon MWAA
environment class.public CreateEnvironmentRequest withEnvironmentClass(String environmentClass)
The environment class type. Valid values: mw1.small
, mw1.medium
, mw1.large
, mw1.xlarge
, and mw1.2xlarge
. For more information, see Amazon MWAA environment
class.
environmentClass
- The environment class type. Valid values: mw1.small
, mw1.medium
,
mw1.large
, mw1.xlarge
, and mw1.2xlarge
. For more information, see
Amazon MWAA environment
class.public void setMaxWorkers(Integer maxWorkers)
The maximum number of workers that you want to run in your environment. MWAA scales the number of Apache Airflow
workers up to the number you specify in the MaxWorkers
field. For example, 20
. When
there are no more tasks running, and no more in the queue, MWAA disposes of the extra workers leaving the one
worker that is included with your environment, or the number you specify in MinWorkers
.
maxWorkers
- The maximum number of workers that you want to run in your environment. MWAA scales the number of Apache
Airflow workers up to the number you specify in the MaxWorkers
field. For example,
20
. When there are no more tasks running, and no more in the queue, MWAA disposes of the
extra workers leaving the one worker that is included with your environment, or the number you specify in
MinWorkers
.public Integer getMaxWorkers()
The maximum number of workers that you want to run in your environment. MWAA scales the number of Apache Airflow
workers up to the number you specify in the MaxWorkers
field. For example, 20
. When
there are no more tasks running, and no more in the queue, MWAA disposes of the extra workers leaving the one
worker that is included with your environment, or the number you specify in MinWorkers
.
MaxWorkers
field. For example,
20
. When there are no more tasks running, and no more in the queue, MWAA disposes of the
extra workers leaving the one worker that is included with your environment, or the number you specify in
MinWorkers
.public CreateEnvironmentRequest withMaxWorkers(Integer maxWorkers)
The maximum number of workers that you want to run in your environment. MWAA scales the number of Apache Airflow
workers up to the number you specify in the MaxWorkers
field. For example, 20
. When
there are no more tasks running, and no more in the queue, MWAA disposes of the extra workers leaving the one
worker that is included with your environment, or the number you specify in MinWorkers
.
maxWorkers
- The maximum number of workers that you want to run in your environment. MWAA scales the number of Apache
Airflow workers up to the number you specify in the MaxWorkers
field. For example,
20
. When there are no more tasks running, and no more in the queue, MWAA disposes of the
extra workers leaving the one worker that is included with your environment, or the number you specify in
MinWorkers
.public void setKmsKey(String kmsKey)
The Amazon Web Services Key Management Service (KMS) key to encrypt the data in your environment. You can use an Amazon Web Services owned CMK, or a Customer managed CMK (advanced). For more information, see Create an Amazon MWAA environment.
kmsKey
- The Amazon Web Services Key Management Service (KMS) key to encrypt the data in your environment. You can
use an Amazon Web Services owned CMK, or a Customer managed CMK (advanced). For more information, see Create an Amazon MWAA
environment.public String getKmsKey()
The Amazon Web Services Key Management Service (KMS) key to encrypt the data in your environment. You can use an Amazon Web Services owned CMK, or a Customer managed CMK (advanced). For more information, see Create an Amazon MWAA environment.
public CreateEnvironmentRequest withKmsKey(String kmsKey)
The Amazon Web Services Key Management Service (KMS) key to encrypt the data in your environment. You can use an Amazon Web Services owned CMK, or a Customer managed CMK (advanced). For more information, see Create an Amazon MWAA environment.
kmsKey
- The Amazon Web Services Key Management Service (KMS) key to encrypt the data in your environment. You can
use an Amazon Web Services owned CMK, or a Customer managed CMK (advanced). For more information, see Create an Amazon MWAA
environment.public void setAirflowVersion(String airflowVersion)
The Apache Airflow version for your environment. If no value is specified, it defaults to the latest version. For more information, see Apache Airflow versions on Amazon Managed Workflows for Apache Airflow (MWAA).
Valid values: 1.10.12
, 2.0.2
, 2.2.2
, 2.4.3
,
2.5.1
, 2.6.3
, 2.7.2
2.8.1
airflowVersion
- The Apache Airflow version for your environment. If no value is specified, it defaults to the latest
version. For more information, see Apache Airflow versions on
Amazon Managed Workflows for Apache Airflow (MWAA).
Valid values: 1.10.12
, 2.0.2
, 2.2.2
, 2.4.3
,
2.5.1
, 2.6.3
, 2.7.2
2.8.1
public String getAirflowVersion()
The Apache Airflow version for your environment. If no value is specified, it defaults to the latest version. For more information, see Apache Airflow versions on Amazon Managed Workflows for Apache Airflow (MWAA).
Valid values: 1.10.12
, 2.0.2
, 2.2.2
, 2.4.3
,
2.5.1
, 2.6.3
, 2.7.2
2.8.1
Valid values: 1.10.12
, 2.0.2
, 2.2.2
, 2.4.3
,
2.5.1
, 2.6.3
, 2.7.2
2.8.1
public CreateEnvironmentRequest withAirflowVersion(String airflowVersion)
The Apache Airflow version for your environment. If no value is specified, it defaults to the latest version. For more information, see Apache Airflow versions on Amazon Managed Workflows for Apache Airflow (MWAA).
Valid values: 1.10.12
, 2.0.2
, 2.2.2
, 2.4.3
,
2.5.1
, 2.6.3
, 2.7.2
2.8.1
airflowVersion
- The Apache Airflow version for your environment. If no value is specified, it defaults to the latest
version. For more information, see Apache Airflow versions on
Amazon Managed Workflows for Apache Airflow (MWAA).
Valid values: 1.10.12
, 2.0.2
, 2.2.2
, 2.4.3
,
2.5.1
, 2.6.3
, 2.7.2
2.8.1
public void setLoggingConfiguration(LoggingConfigurationInput loggingConfiguration)
Defines the Apache Airflow logs to send to CloudWatch Logs.
loggingConfiguration
- Defines the Apache Airflow logs to send to CloudWatch Logs.public LoggingConfigurationInput getLoggingConfiguration()
Defines the Apache Airflow logs to send to CloudWatch Logs.
public CreateEnvironmentRequest withLoggingConfiguration(LoggingConfigurationInput loggingConfiguration)
Defines the Apache Airflow logs to send to CloudWatch Logs.
loggingConfiguration
- Defines the Apache Airflow logs to send to CloudWatch Logs.public void setWeeklyMaintenanceWindowStart(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
. For example:
TUE:03:30
. You can specify a start time in 30 minute increments only.
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
. For example:
TUE:03:30
. You can specify a start time in 30 minute increments only.public String getWeeklyMaintenanceWindowStart()
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
. For example:
TUE:03:30
. You can specify a start time in 30 minute increments only.
DAY:HH:MM
. For example:
TUE:03:30
. You can specify a start time in 30 minute increments only.public CreateEnvironmentRequest 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
. For example:
TUE:03:30
. You can specify a start time in 30 minute increments only.
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
. For example:
TUE:03:30
. You can specify a start time in 30 minute increments only.public Map<String,String> getTags()
The key-value tag pairs you want to associate to your environment. For example,
"Environment": "Staging"
. For more information, see Tagging Amazon Web Services resources.
"Environment": "Staging"
. For more information, see Tagging Amazon Web Services
resources.public void setTags(Map<String,String> tags)
The key-value tag pairs you want to associate to your environment. For example,
"Environment": "Staging"
. For more information, see Tagging Amazon Web Services resources.
tags
- The key-value tag pairs you want to associate to your environment. For example,
"Environment": "Staging"
. For more information, see Tagging Amazon Web Services
resources.public CreateEnvironmentRequest withTags(Map<String,String> tags)
The key-value tag pairs you want to associate to your environment. For example,
"Environment": "Staging"
. For more information, see Tagging Amazon Web Services resources.
tags
- The key-value tag pairs you want to associate to your environment. For example,
"Environment": "Staging"
. For more information, see Tagging Amazon Web Services
resources.public CreateEnvironmentRequest addTagsEntry(String key, String value)
public CreateEnvironmentRequest clearTagsEntries()
public void setWebserverAccessMode(String webserverAccessMode)
Defines the access mode for the Apache Airflow web server. For more information, see Apache Airflow access modes.
webserverAccessMode
- Defines the access mode for the Apache Airflow web server. For more information, see Apache Airflow access
modes.WebserverAccessMode
public String getWebserverAccessMode()
Defines the access mode for the Apache Airflow web server. For more information, see Apache Airflow access modes.
WebserverAccessMode
public CreateEnvironmentRequest withWebserverAccessMode(String webserverAccessMode)
Defines the access mode for the Apache Airflow web server. For more information, see Apache Airflow access modes.
webserverAccessMode
- Defines the access mode for the Apache Airflow web server. For more information, see Apache Airflow access
modes.WebserverAccessMode
public CreateEnvironmentRequest withWebserverAccessMode(WebserverAccessMode webserverAccessMode)
Defines the access mode for the Apache Airflow web server. For more information, see Apache Airflow access modes.
webserverAccessMode
- Defines the access mode for the Apache Airflow web server. For more information, see Apache Airflow access
modes.WebserverAccessMode
public void setMinWorkers(Integer minWorkers)
The minimum number of workers that you want to run in your environment. MWAA scales the number of Apache Airflow
workers up to the number you specify in the MaxWorkers
field. When there are no more tasks running,
and no more in the queue, MWAA disposes of the extra workers leaving the worker count you specify in the
MinWorkers
field. For example, 2
.
minWorkers
- The minimum number of workers that you want to run in your environment. MWAA scales the number of Apache
Airflow workers up to the number you specify in the MaxWorkers
field. When there are no more
tasks running, and no more in the queue, MWAA disposes of the extra workers leaving the worker count you
specify in the MinWorkers
field. For example, 2
.public Integer getMinWorkers()
The minimum number of workers that you want to run in your environment. MWAA scales the number of Apache Airflow
workers up to the number you specify in the MaxWorkers
field. When there are no more tasks running,
and no more in the queue, MWAA disposes of the extra workers leaving the worker count you specify in the
MinWorkers
field. For example, 2
.
MaxWorkers
field. When there are no more
tasks running, and no more in the queue, MWAA disposes of the extra workers leaving the worker count you
specify in the MinWorkers
field. For example, 2
.public CreateEnvironmentRequest withMinWorkers(Integer minWorkers)
The minimum number of workers that you want to run in your environment. MWAA scales the number of Apache Airflow
workers up to the number you specify in the MaxWorkers
field. When there are no more tasks running,
and no more in the queue, MWAA disposes of the extra workers leaving the worker count you specify in the
MinWorkers
field. For example, 2
.
minWorkers
- The minimum number of workers that you want to run in your environment. MWAA scales the number of Apache
Airflow workers up to the number you specify in the MaxWorkers
field. When there are no more
tasks running, and no more in the queue, MWAA disposes of the extra workers leaving the worker count you
specify in the MinWorkers
field. For example, 2
.public void setSchedulers(Integer schedulers)
The number of Apache Airflow schedulers to run in your environment. Valid values:
v2 - Accepts between 2
to 5
. Defaults to 2
.
v1 - Accepts 1
.
schedulers
- The number of Apache Airflow schedulers to run in your environment. Valid values:
v2 - Accepts between 2
to 5
. Defaults to 2
.
v1 - Accepts 1
.
public Integer getSchedulers()
The number of Apache Airflow schedulers to run in your environment. Valid values:
v2 - Accepts between 2
to 5
. Defaults to 2
.
v1 - Accepts 1
.
v2 - Accepts between 2
to 5
. Defaults to 2
.
v1 - Accepts 1
.
public CreateEnvironmentRequest withSchedulers(Integer schedulers)
The number of Apache Airflow schedulers to run in your environment. Valid values:
v2 - Accepts between 2
to 5
. Defaults to 2
.
v1 - Accepts 1
.
schedulers
- The number of Apache Airflow schedulers to run in your environment. Valid values:
v2 - Accepts between 2
to 5
. Defaults to 2
.
v1 - Accepts 1
.
public void setEndpointManagement(String endpointManagement)
Defines whether the VPC endpoints configured for the environment are created, and managed, by the customer or by
Amazon MWAA. If set to SERVICE
, Amazon MWAA will create and manage the required VPC endpoints in
your VPC. If set to CUSTOMER
, you must create, and manage, the VPC endpoints for your VPC. If you
choose to create an environment in a shared VPC, you must set this value to CUSTOMER
. In a shared
VPC deployment, the environment will remain in PENDING
status until you create the VPC endpoints. If
you do not take action to create the endpoints within 72 hours, the status will change to
CREATE_FAILED
. You can delete the failed environment and create a new one.
endpointManagement
- Defines whether the VPC endpoints configured for the environment are created, and managed, by the customer
or by Amazon MWAA. If set to SERVICE
, Amazon MWAA will create and manage the required VPC
endpoints in your VPC. If set to CUSTOMER
, you must create, and manage, the VPC endpoints for
your VPC. If you choose to create an environment in a shared VPC, you must set this value to
CUSTOMER
. In a shared VPC deployment, the environment will remain in PENDING
status until you create the VPC endpoints. If you do not take action to create the endpoints within 72
hours, the status will change to CREATE_FAILED
. You can delete the failed environment and
create a new one.EndpointManagement
public String getEndpointManagement()
Defines whether the VPC endpoints configured for the environment are created, and managed, by the customer or by
Amazon MWAA. If set to SERVICE
, Amazon MWAA will create and manage the required VPC endpoints in
your VPC. If set to CUSTOMER
, you must create, and manage, the VPC endpoints for your VPC. If you
choose to create an environment in a shared VPC, you must set this value to CUSTOMER
. In a shared
VPC deployment, the environment will remain in PENDING
status until you create the VPC endpoints. If
you do not take action to create the endpoints within 72 hours, the status will change to
CREATE_FAILED
. You can delete the failed environment and create a new one.
SERVICE
, Amazon MWAA will create and manage the
required VPC endpoints in your VPC. If set to CUSTOMER
, you must create, and manage, the VPC
endpoints for your VPC. If you choose to create an environment in a shared VPC, you must set this value
to CUSTOMER
. In a shared VPC deployment, the environment will remain in PENDING
status until you create the VPC endpoints. If you do not take action to create the endpoints within 72
hours, the status will change to CREATE_FAILED
. You can delete the failed environment and
create a new one.EndpointManagement
public CreateEnvironmentRequest withEndpointManagement(String endpointManagement)
Defines whether the VPC endpoints configured for the environment are created, and managed, by the customer or by
Amazon MWAA. If set to SERVICE
, Amazon MWAA will create and manage the required VPC endpoints in
your VPC. If set to CUSTOMER
, you must create, and manage, the VPC endpoints for your VPC. If you
choose to create an environment in a shared VPC, you must set this value to CUSTOMER
. In a shared
VPC deployment, the environment will remain in PENDING
status until you create the VPC endpoints. If
you do not take action to create the endpoints within 72 hours, the status will change to
CREATE_FAILED
. You can delete the failed environment and create a new one.
endpointManagement
- Defines whether the VPC endpoints configured for the environment are created, and managed, by the customer
or by Amazon MWAA. If set to SERVICE
, Amazon MWAA will create and manage the required VPC
endpoints in your VPC. If set to CUSTOMER
, you must create, and manage, the VPC endpoints for
your VPC. If you choose to create an environment in a shared VPC, you must set this value to
CUSTOMER
. In a shared VPC deployment, the environment will remain in PENDING
status until you create the VPC endpoints. If you do not take action to create the endpoints within 72
hours, the status will change to CREATE_FAILED
. You can delete the failed environment and
create a new one.EndpointManagement
public CreateEnvironmentRequest withEndpointManagement(EndpointManagement endpointManagement)
Defines whether the VPC endpoints configured for the environment are created, and managed, by the customer or by
Amazon MWAA. If set to SERVICE
, Amazon MWAA will create and manage the required VPC endpoints in
your VPC. If set to CUSTOMER
, you must create, and manage, the VPC endpoints for your VPC. If you
choose to create an environment in a shared VPC, you must set this value to CUSTOMER
. In a shared
VPC deployment, the environment will remain in PENDING
status until you create the VPC endpoints. If
you do not take action to create the endpoints within 72 hours, the status will change to
CREATE_FAILED
. You can delete the failed environment and create a new one.
endpointManagement
- Defines whether the VPC endpoints configured for the environment are created, and managed, by the customer
or by Amazon MWAA. If set to SERVICE
, Amazon MWAA will create and manage the required VPC
endpoints in your VPC. If set to CUSTOMER
, you must create, and manage, the VPC endpoints for
your VPC. If you choose to create an environment in a shared VPC, you must set this value to
CUSTOMER
. In a shared VPC deployment, the environment will remain in PENDING
status until you create the VPC endpoints. If you do not take action to create the endpoints within 72
hours, the status will change to CREATE_FAILED
. You can delete the failed environment and
create a new one.EndpointManagement
public void setMinWebservers(Integer minWebservers)
The minimum number of web servers that you want to run in your environment. Amazon MWAA scales the number of
Apache Airflow web servers up to the number you specify for MaxWebservers
when you interact with
your Apache Airflow environment using Apache Airflow REST API, or the Apache Airflow CLI. As the
transaction-per-second rate, and the network load, decrease, Amazon MWAA disposes of the additional web servers,
and scales down to the number set in MinxWebserers
.
Valid values: Accepts between 2
and 5
. Defaults to 2
.
minWebservers
- The minimum number of web servers that you want to run in your environment. Amazon MWAA scales the number
of Apache Airflow web servers up to the number you specify for MaxWebservers
when you
interact with your Apache Airflow environment using Apache Airflow REST API, or the Apache Airflow CLI. As
the transaction-per-second rate, and the network load, decrease, Amazon MWAA disposes of the additional
web servers, and scales down to the number set in MinxWebserers
.
Valid values: Accepts between 2
and 5
. Defaults to 2
.
public Integer getMinWebservers()
The minimum number of web servers that you want to run in your environment. Amazon MWAA scales the number of
Apache Airflow web servers up to the number you specify for MaxWebservers
when you interact with
your Apache Airflow environment using Apache Airflow REST API, or the Apache Airflow CLI. As the
transaction-per-second rate, and the network load, decrease, Amazon MWAA disposes of the additional web servers,
and scales down to the number set in MinxWebserers
.
Valid values: Accepts between 2
and 5
. Defaults to 2
.
MaxWebservers
when you
interact with your Apache Airflow environment using Apache Airflow REST API, or the Apache Airflow CLI.
As the transaction-per-second rate, and the network load, decrease, Amazon MWAA disposes of the
additional web servers, and scales down to the number set in MinxWebserers
.
Valid values: Accepts between 2
and 5
. Defaults to 2
.
public CreateEnvironmentRequest withMinWebservers(Integer minWebservers)
The minimum number of web servers that you want to run in your environment. Amazon MWAA scales the number of
Apache Airflow web servers up to the number you specify for MaxWebservers
when you interact with
your Apache Airflow environment using Apache Airflow REST API, or the Apache Airflow CLI. As the
transaction-per-second rate, and the network load, decrease, Amazon MWAA disposes of the additional web servers,
and scales down to the number set in MinxWebserers
.
Valid values: Accepts between 2
and 5
. Defaults to 2
.
minWebservers
- The minimum number of web servers that you want to run in your environment. Amazon MWAA scales the number
of Apache Airflow web servers up to the number you specify for MaxWebservers
when you
interact with your Apache Airflow environment using Apache Airflow REST API, or the Apache Airflow CLI. As
the transaction-per-second rate, and the network load, decrease, Amazon MWAA disposes of the additional
web servers, and scales down to the number set in MinxWebserers
.
Valid values: Accepts between 2
and 5
. Defaults to 2
.
public void setMaxWebservers(Integer maxWebservers)
The maximum number of web servers that you want to run in your environment. Amazon MWAA scales the number of
Apache Airflow web servers up to the number you specify for MaxWebservers
when you interact with
your Apache Airflow environment using Apache Airflow REST API, or the Apache Airflow CLI. For example, in
scenarios where your workload requires network calls to the Apache Airflow REST API with a high
transaction-per-second (TPS) rate, Amazon MWAA will increase the number of web servers up to the number set in
MaxWebserers
. As TPS rates decrease Amazon MWAA disposes of the additional web servers, and scales
down to the number set in MinxWebserers
.
Valid values: Accepts between 2
and 5
. Defaults to 2
.
maxWebservers
- The maximum number of web servers that you want to run in your environment. Amazon MWAA scales the number
of Apache Airflow web servers up to the number you specify for MaxWebservers
when you
interact with your Apache Airflow environment using Apache Airflow REST API, or the Apache Airflow CLI.
For example, in scenarios where your workload requires network calls to the Apache Airflow REST API with a
high transaction-per-second (TPS) rate, Amazon MWAA will increase the number of web servers up to the
number set in MaxWebserers
. As TPS rates decrease Amazon MWAA disposes of the additional web
servers, and scales down to the number set in MinxWebserers
.
Valid values: Accepts between 2
and 5
. Defaults to 2
.
public Integer getMaxWebservers()
The maximum number of web servers that you want to run in your environment. Amazon MWAA scales the number of
Apache Airflow web servers up to the number you specify for MaxWebservers
when you interact with
your Apache Airflow environment using Apache Airflow REST API, or the Apache Airflow CLI. For example, in
scenarios where your workload requires network calls to the Apache Airflow REST API with a high
transaction-per-second (TPS) rate, Amazon MWAA will increase the number of web servers up to the number set in
MaxWebserers
. As TPS rates decrease Amazon MWAA disposes of the additional web servers, and scales
down to the number set in MinxWebserers
.
Valid values: Accepts between 2
and 5
. Defaults to 2
.
MaxWebservers
when you
interact with your Apache Airflow environment using Apache Airflow REST API, or the Apache Airflow CLI.
For example, in scenarios where your workload requires network calls to the Apache Airflow REST API with
a high transaction-per-second (TPS) rate, Amazon MWAA will increase the number of web servers up to the
number set in MaxWebserers
. As TPS rates decrease Amazon MWAA disposes of the additional web
servers, and scales down to the number set in MinxWebserers
.
Valid values: Accepts between 2
and 5
. Defaults to 2
.
public CreateEnvironmentRequest withMaxWebservers(Integer maxWebservers)
The maximum number of web servers that you want to run in your environment. Amazon MWAA scales the number of
Apache Airflow web servers up to the number you specify for MaxWebservers
when you interact with
your Apache Airflow environment using Apache Airflow REST API, or the Apache Airflow CLI. For example, in
scenarios where your workload requires network calls to the Apache Airflow REST API with a high
transaction-per-second (TPS) rate, Amazon MWAA will increase the number of web servers up to the number set in
MaxWebserers
. As TPS rates decrease Amazon MWAA disposes of the additional web servers, and scales
down to the number set in MinxWebserers
.
Valid values: Accepts between 2
and 5
. Defaults to 2
.
maxWebservers
- The maximum number of web servers that you want to run in your environment. Amazon MWAA scales the number
of Apache Airflow web servers up to the number you specify for MaxWebservers
when you
interact with your Apache Airflow environment using Apache Airflow REST API, or the Apache Airflow CLI.
For example, in scenarios where your workload requires network calls to the Apache Airflow REST API with a
high transaction-per-second (TPS) rate, Amazon MWAA will increase the number of web servers up to the
number set in MaxWebserers
. As TPS rates decrease Amazon MWAA disposes of the additional web
servers, and scales down to the number set in MinxWebserers
.
Valid values: Accepts between 2
and 5
. Defaults to 2
.
public String toString()
toString
in class Object
Object.toString()
public CreateEnvironmentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()