| Package | Description |
|---|---|
| com.amazonaws.services.mwaa |
|
| com.amazonaws.services.mwaa.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateEnvironmentResult> |
AmazonMWAAAsyncClient.createEnvironmentAsync(CreateEnvironmentRequest request,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler) |
Future<CreateEnvironmentResult> |
AmazonMWAAAsync.createEnvironmentAsync(CreateEnvironmentRequest createEnvironmentRequest,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler)
JSON blob that describes the environment to create.
|
Future<CreateEnvironmentResult> |
AbstractAmazonMWAAAsync.createEnvironmentAsync(CreateEnvironmentRequest request,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentRequest |
CreateEnvironmentRequest.addAirflowConfigurationOptionsEntry(String key,
String value)
Add a single AirflowConfigurationOptions entry
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.clearAirflowConfigurationOptionsEntries()
Removes all the entries added into AirflowConfigurationOptions.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.clone() |
CreateEnvironmentRequest |
CreateEnvironmentRequest.withAirflowConfigurationOptions(Map<String,String> airflowConfigurationOptions)
The Apache Airflow configuration setting you want to override in your environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withAirflowVersion(String airflowVersion)
The Apache Airflow version you want to use for your environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withDagS3Path(String dagS3Path)
The relative path to the DAG folder on your Amazon S3 storage bucket.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withEnvironmentClass(String environmentClass)
The environment class you want to use for your environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the execution role for your environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withKmsKey(String kmsKey)
The AWS Key Management Service (KMS) key to encrypt and decrypt the data in your environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withLoggingConfiguration(LoggingConfigurationInput loggingConfiguration)
The Apache Airflow logs you want to send to Amazon CloudWatch Logs.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withMaxWorkers(Integer maxWorkers)
The maximum number of workers that you want to run in your environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withName(String name)
The name of your MWAA environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
The VPC networking components you want to use for your environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withPluginsS3ObjectVersion(String pluginsS3ObjectVersion)
The
plugins.zip file version you want to use. |
CreateEnvironmentRequest |
CreateEnvironmentRequest.withPluginsS3Path(String pluginsS3Path)
The relative path to the
plugins.zip file on your Amazon S3 storage bucket. |
CreateEnvironmentRequest |
CreateEnvironmentRequest.withRequirementsS3ObjectVersion(String requirementsS3ObjectVersion)
The
requirements.txt file version you want to use. |
CreateEnvironmentRequest |
CreateEnvironmentRequest.withRequirementsS3Path(String requirementsS3Path)
The relative path to the
requirements.txt file on your Amazon S3 storage bucket. |
CreateEnvironmentRequest |
CreateEnvironmentRequest.withSourceBucketArn(String sourceBucketArn)
The Amazon Resource Name (ARN) of your Amazon S3 storage bucket.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withTags(Map<String,String> tags)
The metadata tags you want to attach to your environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withWebserverAccessMode(String webserverAccessMode)
The networking access of your Apache Airflow web server.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withWebserverAccessMode(WebserverAccessMode webserverAccessMode)
The networking access of your Apache Airflow web server.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withWeeklyMaintenanceWindowStart(String weeklyMaintenanceWindowStart)
The day and time you want MWAA to start weekly maintenance updates on your environment.
|
Copyright © 2021. All rights reserved.