Class CreateEnvironmentRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.mwaa.model.MwaaRequest
-
- software.amazon.awssdk.services.mwaa.model.CreateEnvironmentRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateEnvironmentRequest.Builder,CreateEnvironmentRequest>
@Generated("software.amazon.awssdk:codegen") public final class CreateEnvironmentRequest extends MwaaRequest implements ToCopyableBuilder<CreateEnvironmentRequest.Builder,CreateEnvironmentRequest>
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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateEnvironmentRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>airflowConfigurationOptions()A list of key-value pairs containing the Apache Airflow configuration options you want to attach to your environment.StringairflowVersion()The Apache Airflow version for your environment.static CreateEnvironmentRequest.Builderbuilder()StringdagS3Path()The relative path to the DAGs folder on your Amazon S3 bucket.EndpointManagementendpointManagement()Defines whether the VPC endpoints configured for the environment are created, and managed, by the customer or by Amazon MWAA.StringendpointManagementAsString()Defines whether the VPC endpoints configured for the environment are created, and managed, by the customer or by Amazon MWAA.StringenvironmentClass()The environment class type.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringexecutionRoleArn()The Amazon Resource Name (ARN) of the execution role for your environment.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)booleanhasAirflowConfigurationOptions()For responses, this returns true if the service returned a value for the AirflowConfigurationOptions property.inthashCode()booleanhasTags()For responses, this returns true if the service returned a value for the Tags property.StringkmsKey()The Amazon Web Services Key Management Service (KMS) key to encrypt the data in your environment.LoggingConfigurationInputloggingConfiguration()Defines the Apache Airflow logs to send to CloudWatch Logs.IntegermaxWorkers()The maximum number of workers that you want to run in your environment.IntegerminWorkers()The minimum number of workers that you want to run in your environment.Stringname()The name of the Amazon MWAA environment.NetworkConfigurationnetworkConfiguration()The VPC networking components used to secure and enable network traffic between the Amazon Web Services resources for your environment.StringpluginsS3ObjectVersion()The version of the plugins.zip file on your Amazon S3 bucket.StringpluginsS3Path()The relative path to theplugins.zipfile on your Amazon S3 bucket.StringrequirementsS3ObjectVersion()The version of therequirements.txtfile on your Amazon S3 bucket.StringrequirementsS3Path()The relative path to therequirements.txtfile on your Amazon S3 bucket.Integerschedulers()The number of Apache Airflow schedulers to run in your environment.List<SdkField<?>>sdkFields()static Class<? extends CreateEnvironmentRequest.Builder>serializableBuilderClass()StringsourceBucketArn()The Amazon Resource Name (ARN) of the Amazon S3 bucket where your DAG code and supporting files are stored.StringstartupScriptS3ObjectVersion()The version of the startup shell script in your Amazon S3 bucket.StringstartupScriptS3Path()The relative path to the startup shell script in your Amazon S3 bucket.Map<String,String>tags()The key-value tag pairs you want to associate to your environment.CreateEnvironmentRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.WebserverAccessModewebserverAccessMode()Defines the access mode for the Apache Airflow web server.StringwebserverAccessModeAsString()Defines the access mode for the Apache Airflow web server.StringweeklyMaintenanceWindowStart()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.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
hasAirflowConfigurationOptions
public final boolean hasAirflowConfigurationOptions()
For responses, this returns true if the service returned a value for the AirflowConfigurationOptions property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
airflowConfigurationOptions
public final 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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasAirflowConfigurationOptions()method.- Returns:
- 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.
-
airflowVersion
public final 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- Returns:
- 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
-
dagS3Path
public final 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.- Returns:
- The relative path to the DAGs folder on your Amazon S3 bucket. For example,
dags. For more information, see Adding or updating DAGs.
-
endpointManagement
public final 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 toCUSTOMER, 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 toCUSTOMER. In a shared VPC deployment, the environment will remain inPENDINGstatus until you create the VPC endpoints. If you do not take action to create the endpoints within 72 hours, the status will change toCREATE_FAILED. You can delete the failed environment and create a new one.If the service returns an enum value that is not available in the current SDK version,
endpointManagementwill returnEndpointManagement.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromendpointManagementAsString().- Returns:
- 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 toCUSTOMER, 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 toCUSTOMER. In a shared VPC deployment, the environment will remain inPENDINGstatus until you create the VPC endpoints. If you do not take action to create the endpoints within 72 hours, the status will change toCREATE_FAILED. You can delete the failed environment and create a new one. - See Also:
EndpointManagement
-
endpointManagementAsString
public final String endpointManagementAsString()
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 toCUSTOMER, 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 toCUSTOMER. In a shared VPC deployment, the environment will remain inPENDINGstatus until you create the VPC endpoints. If you do not take action to create the endpoints within 72 hours, the status will change toCREATE_FAILED. You can delete the failed environment and create a new one.If the service returns an enum value that is not available in the current SDK version,
endpointManagementwill returnEndpointManagement.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromendpointManagementAsString().- Returns:
- 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 toCUSTOMER, 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 toCUSTOMER. In a shared VPC deployment, the environment will remain inPENDINGstatus until you create the VPC endpoints. If you do not take action to create the endpoints within 72 hours, the status will change toCREATE_FAILED. You can delete the failed environment and create a new one. - See Also:
EndpointManagement
-
environmentClass
public final String environmentClass()
The environment class type. Valid values:
mw1.small,mw1.medium,mw1.large. For more information, see Amazon MWAA environment class.- Returns:
- The environment class type. Valid values:
mw1.small,mw1.medium,mw1.large. For more information, see Amazon MWAA environment class.
-
executionRoleArn
public final 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.- Returns:
- 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.
-
kmsKey
public final 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.
- Returns:
- 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.
-
loggingConfiguration
public final LoggingConfigurationInput loggingConfiguration()
Defines the Apache Airflow logs to send to CloudWatch Logs.
- Returns:
- Defines the Apache Airflow logs to send to CloudWatch Logs.
-
maxWorkers
public final 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
MaxWorkersfield. 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 inMinWorkers.- Returns:
- 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
MaxWorkersfield. 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 inMinWorkers.
-
minWorkers
public final 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
MaxWorkersfield. 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 theMinWorkersfield. For example,2.- Returns:
- 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
MaxWorkersfield. 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 theMinWorkersfield. For example,2.
-
name
public final String name()
The name of the Amazon MWAA environment. For example,
MyMWAAEnvironment.- Returns:
- The name of the Amazon MWAA environment. For example,
MyMWAAEnvironment.
-
networkConfiguration
public final 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.
- Returns:
- 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.
-
pluginsS3ObjectVersion
public final 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.
- Returns:
- 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.
-
pluginsS3Path
public final String pluginsS3Path()
The relative path to the
plugins.zipfile on your Amazon S3 bucket. For example,plugins.zip. If specified, then theplugins.zipversion is required. For more information, see Installing custom plugins.- Returns:
- The relative path to the
plugins.zipfile on your Amazon S3 bucket. For example,plugins.zip. If specified, then theplugins.zipversion is required. For more information, see Installing custom plugins.
-
requirementsS3ObjectVersion
public final String requirementsS3ObjectVersion()
The version of the
requirements.txtfile 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.- Returns:
- The version of the
requirements.txtfile 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.
-
requirementsS3Path
public final String requirementsS3Path()
The relative path to the
requirements.txtfile on your Amazon S3 bucket. For example,requirements.txt. If specified, then a version is required. For more information, see Installing Python dependencies.- Returns:
- The relative path to the
requirements.txtfile on your Amazon S3 bucket. For example,requirements.txt. If specified, then a version is required. For more information, see Installing Python dependencies.
-
schedulers
public final 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.
- Returns:
- 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.
-
-
-
sourceBucketArn
public final 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.- Returns:
- 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.
-
startupScriptS3ObjectVersion
public final 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+MTRCxf3vjVBH40Nr8X8gdRQBpUMLUoFor more information, see Using a startup script.
- Returns:
- 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+MTRCxf3vjVBH40Nr8X8gdRQBpUMLUoFor more information, see Using a startup script.
-
startupScriptS3Path
public final 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.
- Returns:
- 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.
-
hasTags
public final boolean hasTags()
For responses, this returns true if the service returned a value for the Tags property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
tags
public final 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.Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasTags()method.- Returns:
- 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.
-
webserverAccessMode
public final WebserverAccessMode webserverAccessMode()
Defines the access mode for the Apache Airflow web server. For more information, see Apache Airflow access modes.
If the service returns an enum value that is not available in the current SDK version,
webserverAccessModewill returnWebserverAccessMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromwebserverAccessModeAsString().- Returns:
- Defines the access mode for the Apache Airflow web server. For more information, see Apache Airflow access modes.
- See Also:
WebserverAccessMode
-
webserverAccessModeAsString
public final String webserverAccessModeAsString()
Defines the access mode for the Apache Airflow web server. For more information, see Apache Airflow access modes.
If the service returns an enum value that is not available in the current SDK version,
webserverAccessModewill returnWebserverAccessMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromwebserverAccessModeAsString().- Returns:
- Defines the access mode for the Apache Airflow web server. For more information, see Apache Airflow access modes.
- See Also:
WebserverAccessMode
-
weeklyMaintenanceWindowStart
public final 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.- Returns:
- 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.
-
toBuilder
public CreateEnvironmentRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateEnvironmentRequest.Builder,CreateEnvironmentRequest>- Specified by:
toBuilderin classMwaaRequest
-
builder
public static CreateEnvironmentRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateEnvironmentRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-