| 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> |
AbstractAmazonMWAAAsync.createEnvironmentAsync(CreateEnvironmentRequest request,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler) |
Future<CreateEnvironmentResult> |
AmazonMWAAAsync.createEnvironmentAsync(CreateEnvironmentRequest createEnvironmentRequest,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler)
Creates an Amazon Managed Workflows for Apache Airflow (MWAA) environment.
|
| 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)
A list of key-value pairs containing the Apache Airflow configuration options you want to attach to your
environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withAirflowVersion(String airflowVersion)
The Apache Airflow version for your environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withDagS3Path(String dagS3Path)
The relative path to the DAGs folder on your Amazon S3 bucket.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withEnvironmentClass(String environmentClass)
The environment class type.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the execution role for your environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withKmsKey(String kmsKey)
The Amazon Web Services Key Management Service (KMS) key to encrypt the data in your environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withLoggingConfiguration(LoggingConfigurationInput loggingConfiguration)
Defines the Apache Airflow logs to send to CloudWatch Logs.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withMaxWorkers(Integer maxWorkers)
The maximum number of workers that you want to run in your environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withMinWorkers(Integer minWorkers)
The minimum number of workers that you want to run in your environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withName(String name)
The name of the Amazon MWAA environment.
|
CreateEnvironmentRequest |
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 |
CreateEnvironmentRequest.withPluginsS3ObjectVersion(String pluginsS3ObjectVersion)
The version of the plugins.zip file on your Amazon S3 bucket.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withPluginsS3Path(String pluginsS3Path)
The relative path to the
plugins.zip file on your Amazon S3 bucket. |
CreateEnvironmentRequest |
CreateEnvironmentRequest.withRequirementsS3ObjectVersion(String requirementsS3ObjectVersion)
The version of the
requirements.txt file on your Amazon S3 bucket. |
CreateEnvironmentRequest |
CreateEnvironmentRequest.withRequirementsS3Path(String requirementsS3Path)
The relative path to the
requirements.txt file on your Amazon S3 bucket. |
CreateEnvironmentRequest |
CreateEnvironmentRequest.withSchedulers(Integer schedulers)
The number of Apache Airflow schedulers to run in your environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withSourceBucketArn(String sourceBucketArn)
The Amazon Resource Name (ARN) of the Amazon S3 bucket where your DAG code and supporting files are stored.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withStartupScriptS3ObjectVersion(String startupScriptS3ObjectVersion)
The version of the startup shell script in your Amazon S3 bucket.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withStartupScriptS3Path(String startupScriptS3Path)
The relative path to the startup shell script in your Amazon S3 bucket.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withTags(Map<String,String> tags)
The key-value tag pairs you want to associate to your environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withWebserverAccessMode(String webserverAccessMode)
The Apache Airflow Web server access mode.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withWebserverAccessMode(WebserverAccessMode webserverAccessMode)
The Apache Airflow Web server access mode.
|
CreateEnvironmentRequest |
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. |
Copyright © 2023. All rights reserved.