@Stability(value=Stable) @Internal public static final class CfnEnvironmentProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEnvironmentProps
CfnEnvironmentPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnEnvironmentProps.Builder, CfnEnvironmentProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnEnvironmentProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnEnvironmentProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getAirflowConfigurationOptions()
A list of key-value pairs containing the Airflow configuration options for your environment.
|
String |
getAirflowVersion()
The version of Apache Airflow to use for the environment.
|
String |
getDagS3Path()
The relative path to the DAGs folder on your Amazon S3 bucket.
|
String |
getEnvironmentClass()
The environment class type.
|
String |
getExecutionRoleArn()
The Amazon Resource Name (ARN) of the execution role in IAM that allows MWAA to access AWS resources in your environment.
|
String |
getKmsKey()
The AWS Key Management Service (KMS) key to encrypt and decrypt the data in your environment.
|
Object |
getLoggingConfiguration()
The Apache Airflow logs being sent to CloudWatch Logs: `DagProcessingLogs` , `SchedulerLogs` , `TaskLogs` , `WebserverLogs` , `WorkerLogs` .
|
Number |
getMaxWorkers()
The maximum number of workers that you want to run in your environment.
|
Number |
getMinWorkers()
The minimum number of workers that you want to run in your environment.
|
String |
getName()
The name of your Amazon MWAA environment.
|
Object |
getNetworkConfiguration()
The VPC networking components used to secure and enable network traffic between the AWS 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.
|
Number |
getSchedulers()
The number of schedulers that you want 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.
|
Object |
getTags()
The key-value tag pairs associated to your environment.
|
String |
getWebserverAccessMode()
The Apache Airflow *Web server* access mode.
|
String |
getWeeklyMaintenanceWindowStart()
The day and time of the week to start weekly maintenance updates of your environment in the following format: `DAY:HH:MM` .
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnEnvironmentProps.Builder builder)
CfnEnvironmentProps.Builder.public final String getName()
CfnEnvironmentPropsgetName in interface CfnEnvironmentPropspublic final Object getAirflowConfigurationOptions()
CfnEnvironmentProps
For example, core.default_timezone: utc . To learn more, see Apache Airflow configuration options .
getAirflowConfigurationOptions in interface CfnEnvironmentPropspublic final String getAirflowVersion()
CfnEnvironmentProps
If no value is specified, defaults to the latest version. Valid values: 2.0.2 , 1.10.12 .
getAirflowVersion in interface CfnEnvironmentPropspublic final String getDagS3Path()
CfnEnvironmentProps
For example, dags . To learn more, see Adding or updating DAGs .
getDagS3Path in interface CfnEnvironmentPropspublic final String getEnvironmentClass()
CfnEnvironmentProps
Valid values: mw1.small , mw1.medium , mw1.large . To learn more, see Amazon MWAA environment class .
getEnvironmentClass in interface CfnEnvironmentPropspublic final String getExecutionRoleArn()
CfnEnvironmentProps
For example, arn:aws:iam::123456789:role/my-execution-role . To learn more, see Amazon MWAA Execution role .
getExecutionRoleArn in interface CfnEnvironmentPropspublic final String getKmsKey()
CfnEnvironmentPropsYou can use an AWS KMS key managed by MWAA, or a customer-managed KMS key (advanced).
getKmsKey in interface CfnEnvironmentPropspublic final Object getLoggingConfiguration()
CfnEnvironmentPropsgetLoggingConfiguration in interface CfnEnvironmentPropspublic final Number getMaxWorkers()
CfnEnvironmentProps
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 .
getMaxWorkers in interface CfnEnvironmentPropspublic final Number getMinWorkers()
CfnEnvironmentProps
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 .
getMinWorkers in interface CfnEnvironmentPropspublic final Object getNetworkConfiguration()
CfnEnvironmentPropsTo learn more, see About networking on Amazon MWAA .
getNetworkConfiguration in interface CfnEnvironmentPropspublic final String getPluginsS3ObjectVersion()
CfnEnvironmentPropsgetPluginsS3ObjectVersion in interface CfnEnvironmentPropspublic final String getPluginsS3Path()
CfnEnvironmentPropsgetPluginsS3Path in interface CfnEnvironmentPropspublic final String getRequirementsS3ObjectVersion()
CfnEnvironmentPropsgetRequirementsS3ObjectVersion in interface CfnEnvironmentPropspublic final String getRequirementsS3Path()
CfnEnvironmentPropsgetRequirementsS3Path in interface CfnEnvironmentPropspublic final Number getSchedulers()
CfnEnvironmentProps
getSchedulers in interface CfnEnvironmentPropspublic final String getSourceBucketArn()
CfnEnvironmentProps
For example, arn:aws:s3:::my-airflow-bucket-unique-name . To learn more, see Create an Amazon S3 bucket for Amazon MWAA .
getSourceBucketArn in interface CfnEnvironmentPropspublic final Object getTags()
CfnEnvironmentProps
For example, "Environment": "Staging" . To learn more, see Tagging .
getTags in interface CfnEnvironmentPropspublic final String getWebserverAccessMode()
CfnEnvironmentProps
To learn more, see Apache Airflow access modes . Valid values: PRIVATE_ONLY or PUBLIC_ONLY .
getWebserverAccessMode in interface CfnEnvironmentPropspublic final String getWeeklyMaintenanceWindowStart()
CfnEnvironmentProps
For example: TUE:03:30 . You can specify a start time in 30 minute increments only. Supported input includes the following:
getWeeklyMaintenanceWindowStart in interface CfnEnvironmentProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.