UNPKG

openapi-directory

Version:

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

1 lines 88.3 kB
{"openapi":"3.0.0","info":{"version":"2020-07-01","x-release":"v4","title":"AmazonMWAA","description":"<p><fullname>Amazon Managed Workflows for Apache Airflow</fullname> <p>This section contains the Amazon Managed Workflows for Apache Airflow (MWAA) API reference documentation. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/what-is-mwaa.html\">What is Amazon MWAA?</a>.</p> <p> <b>Endpoints</b> </p> <ul> <li> <p> <code>api.airflow.{region}.amazonaws.com</code> - This endpoint is used for environment management.</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/mwaa/latest/API/API_CreateEnvironment.html\">CreateEnvironment</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/mwaa/latest/API/API_DeleteEnvironment.html\">DeleteEnvironment</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/mwaa/latest/API/API_GetEnvironment.html\">GetEnvironment</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/mwaa/latest/API/API_ListEnvironments.html\">ListEnvironments</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/mwaa/latest/API/API_ListTagsForResource.html\">ListTagsForResource</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/mwaa/latest/API/API_TagResource.html\">TagResource</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/mwaa/latest/API/API_UntagResource.html\">UntagResource</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/mwaa/latest/API/API_UpdateEnvironment.html\">UpdateEnvironment</a> </p> </li> </ul> </li> <li> <p> <code>env.airflow.{region}.amazonaws.com</code> - This endpoint is used to operate the Airflow environment.</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/mwaa/latest/API/API_CreateCliToken.html \">CreateCliToken</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/mwaa/latest/API/API_CreateWebLoginToken.html\">CreateWebLoginToken</a> </p> </li> </ul> </li> <li> <p> <code>ops.airflow.{region}.amazonaws.com</code> - This endpoint is used to push environment metrics that track environment health.</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/mwaa/latest/API/API_PublishMetrics.html \">PublishMetrics</a> </p> </li> </ul> </li> </ul> <p> <b>Regions</b> </p> <p>For a list of regions that Amazon MWAA supports, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/what-is-mwaa.html#regions-mwaa\">Region availability</a> in the <i>Amazon MWAA User Guide</i>.</p></p>","x-logo":{"url":"https://twitter.com/awscloud/profile_image?size=original","backgroundColor":"#FFFFFF"},"termsOfService":"https://aws.amazon.com/service-terms/","contact":{"name":"Mike Ralphson","email":"mike.ralphson@gmail.com","url":"https://github.com/mermade/aws2openapi","x-twitter":"PermittedSoc"},"license":{"name":"Apache 2.0 License","url":"http://www.apache.org/licenses/"},"x-providerName":"amazonaws.com","x-serviceName":"mwaa","x-aws-signingName":"airflow","x-origin":[{"contentType":"application/json","url":"https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/mwaa-2020-07-01.normal.json","converter":{"url":"https://github.com/mermade/aws2openapi","version":"1.0.0"},"x-apisguru-driver":"external"}],"x-apiClientRegistration":{"url":"https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct"},"x-apisguru-categories":["cloud"],"x-preferred":true},"externalDocs":{"description":"Amazon Web Services documentation","url":"https://docs.aws.amazon.com/airflow/"},"servers":[{"url":"http://airflow.{region}.amazonaws.com","variables":{"region":{"description":"The AWS region","enum":["us-east-1","us-east-2","us-west-1","us-west-2","us-gov-west-1","us-gov-east-1","ca-central-1","eu-north-1","eu-west-1","eu-west-2","eu-west-3","eu-central-1","eu-south-1","af-south-1","ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-southeast-1","ap-southeast-2","ap-east-1","ap-south-1","sa-east-1","me-south-1"],"default":"us-east-1"}},"description":"The AmazonMWAA multi-region endpoint"},{"url":"https://airflow.{region}.amazonaws.com","variables":{"region":{"description":"The AWS region","enum":["us-east-1","us-east-2","us-west-1","us-west-2","us-gov-west-1","us-gov-east-1","ca-central-1","eu-north-1","eu-west-1","eu-west-2","eu-west-3","eu-central-1","eu-south-1","af-south-1","ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-southeast-1","ap-southeast-2","ap-east-1","ap-south-1","sa-east-1","me-south-1"],"default":"us-east-1"}},"description":"The AmazonMWAA multi-region endpoint"},{"url":"http://airflow.{region}.amazonaws.com.cn","variables":{"region":{"description":"The AWS region","enum":["cn-north-1","cn-northwest-1"],"default":"cn-north-1"}},"description":"The AmazonMWAA endpoint for China (Beijing) and China (Ningxia)"},{"url":"https://airflow.{region}.amazonaws.com.cn","variables":{"region":{"description":"The AWS region","enum":["cn-north-1","cn-northwest-1"],"default":"cn-north-1"}},"description":"The AmazonMWAA endpoint for China (Beijing) and China (Ningxia)"}],"x-hasEquivalentPaths":true,"paths":{"/clitoken/{Name}":{"post":{"operationId":"CreateCliToken","description":"Creates a CLI token for the Airflow CLI. To learn more, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/call-mwaa-apis-cli.html\">Creating an Apache Airflow CLI token</a>.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateCliTokenResponse"}}}},"480":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}}},"parameters":[{"name":"Name","in":"path","required":true,"description":"The name of the Amazon MWAA environment. For example, <code>MyMWAAEnvironment</code>.","schema":{"type":"string","pattern":"^[a-zA-Z][0-9a-zA-Z-_]*$","minLength":1,"maxLength":80}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/environments/{Name}":{"put":{"operationId":"CreateEnvironment","description":"Creates an Amazon Managed Workflows for Apache Airflow (MWAA) environment.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateEnvironmentOutput"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[{"name":"Name","in":"path","required":true,"description":"The name of the Amazon MWAA environment. For example, <code>MyMWAAEnvironment</code>.","schema":{"type":"string","pattern":"^[a-zA-Z][0-9a-zA-Z-_]*$","minLength":1,"maxLength":80}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["DagS3Path","ExecutionRoleArn","NetworkConfiguration","SourceBucketArn"],"properties":{"AirflowConfigurationOptions":{"description":"A list of key-value pairs containing the Apache Airflow configuration options you want to attach to your environment. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-env-variables.html\">Apache Airflow configuration options</a>.","type":"object","additionalProperties":{"$ref":"#/components/schemas/ConfigValue"}},"AirflowVersion":{"description":"The Apache Airflow version for your environment. If no value is specified, it defaults to the latest version. Valid values: <code>1.10.12</code>, <code>2.0.2</code>, <code>2.2.2</code>, <code>2.4.3</code>, and <code>2.5.1</code>. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/airflow-versions.html\">Apache Airflow versions on Amazon Managed Workflows for Apache Airflow (MWAA)</a>.","type":"string","pattern":"^[0-9a-z.]+$","minLength":1,"maxLength":32},"DagS3Path":{"description":"The relative path to the DAGs folder on your Amazon S3 bucket. For example, <code>dags</code>. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-folder.html\">Adding or updating DAGs</a>.","type":"string","pattern":".*","minLength":1,"maxLength":1024},"EnvironmentClass":{"description":"The environment class type. Valid values: <code>mw1.small</code>, <code>mw1.medium</code>, <code>mw1.large</code>. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/environment-class.html\">Amazon MWAA environment class</a>.","type":"string","minLength":1,"maxLength":1024},"ExecutionRoleArn":{"description":"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, <code>arn:aws:iam::123456789:role/my-execution-role</code>. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/mwaa-create-role.html\">Amazon MWAA Execution role</a>.","type":"string","pattern":"^arn:aws(-[a-z]+)?:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+$","minLength":1,"maxLength":1224},"KmsKey":{"description":"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 <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/create-environment.html\">Create an Amazon MWAA environment</a>.","type":"string","pattern":"^(((arn:aws(-[a-z]+)?:kms:[a-z]{2}-[a-z]+-\\d:\\d+:)?key\\/)?[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}|(arn:aws(-[a-z]+)?:kms:[a-z]{2}-[a-z]+-\\d:\\d+:)?alias/.+)$","minLength":1,"maxLength":1224},"LoggingConfiguration":{"description":"Defines the Apache Airflow log types to send to CloudWatch Logs.","type":"object","properties":{"DagProcessingLogs":{"allOf":[{"$ref":"#/components/schemas/ModuleLoggingConfigurationInput"},{"description":"Publishes Airflow DAG processing logs to CloudWatch Logs."}]},"SchedulerLogs":{"allOf":[{"$ref":"#/components/schemas/ModuleLoggingConfigurationInput"},{"description":"Publishes Airflow scheduler logs to CloudWatch Logs."}]},"TaskLogs":{"allOf":[{"$ref":"#/components/schemas/ModuleLoggingConfigurationInput"},{"description":"Publishes Airflow task logs to CloudWatch Logs."}]},"WebserverLogs":{"allOf":[{"$ref":"#/components/schemas/ModuleLoggingConfigurationInput"},{"description":"Publishes Airflow web server logs to CloudWatch Logs."}]},"WorkerLogs":{"allOf":[{"$ref":"#/components/schemas/ModuleLoggingConfigurationInput"},{"description":"Publishes Airflow worker logs to CloudWatch Logs."}]}}},"MaxWorkers":{"description":"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 <code>MaxWorkers</code> field. For example, <code>20</code>. 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 <code>MinWorkers</code>.","type":"integer","minimum":1},"MinWorkers":{"description":"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 <code>MaxWorkers</code> 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 <code>MinWorkers</code> field. For example, <code>2</code>.","type":"integer","minimum":1},"NetworkConfiguration":{"description":"Describes the VPC networking components used to secure and enable network traffic between the Amazon Web Services resources for your environment. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/networking-about.html\">About networking on Amazon MWAA</a>.","type":"object","properties":{"SecurityGroupIds":{"allOf":[{"$ref":"#/components/schemas/SecurityGroupList"},{"description":"A list of security group IDs. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/vpc-security.html\">Security in your VPC on Amazon MWAA</a>."}]},"SubnetIds":{"allOf":[{"$ref":"#/components/schemas/SubnetList"},{"description":"A list of subnet IDs. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/networking-about.html\">About networking on Amazon MWAA</a>."}]}}},"PluginsS3ObjectVersion":{"description":"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 <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/versioning-workflows.html\">How S3 Versioning works</a>.","type":"string","minLength":1,"maxLength":1024},"PluginsS3Path":{"description":"The relative path to the <code>plugins.zip</code> file on your Amazon S3 bucket. For example, <code>plugins.zip</code>. If specified, then the <code>plugins.zip</code> version is required. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-import-plugins.html\">Installing custom plugins</a>.","type":"string","pattern":".*","minLength":1,"maxLength":1024},"RequirementsS3ObjectVersion":{"description":"The version of the <code>requirements.txt</code> file on your Amazon S3 bucket. You must specify a version each time a requirements.txt file is updated. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/versioning-workflows.html\">How S3 Versioning works</a>.","type":"string","minLength":1,"maxLength":1024},"RequirementsS3Path":{"description":"The relative path to the <code>requirements.txt</code> file on your Amazon S3 bucket. For example, <code>requirements.txt</code>. If specified, then a version is required. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/working-dags-dependencies.html\">Installing Python dependencies</a>.","type":"string","pattern":".*","minLength":1,"maxLength":1024},"Schedulers":{"description":"<p>The number of Apache Airflow schedulers to run in your environment. Valid values:</p> <ul> <li> <p>v2 - Accepts between 2 to 5. Defaults to 2.</p> </li> <li> <p>v1 - Accepts 1.</p> </li> </ul>","type":"integer","maximum":5},"SourceBucketArn":{"description":"The Amazon Resource Name (ARN) of the Amazon S3 bucket where your DAG code and supporting files are stored. For example, <code>arn:aws:s3:::my-airflow-bucket-unique-name</code>. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/mwaa-s3-bucket.html\">Create an Amazon S3 bucket for Amazon MWAA</a>.","type":"string","pattern":"^arn:aws(-[a-z]+)?:s3:::[a-z0-9.\\-]+$","minLength":1,"maxLength":1224},"StartupScriptS3ObjectVersion":{"description":"<p>The version of the startup shell script in your Amazon S3 bucket. You must specify the <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/versioning-workflows.html\">version ID</a> that Amazon S3 assigns to the file every time you update the script. </p> <p> 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: </p> <p> <code>3sL4kqtJlcpXroDTDmJ+rmSpXd3dIbrHY+MTRCxf3vjVBH40Nr8X8gdRQBpUMLUo</code> </p> <p> For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/using-startup-script.html\">Using a startup script</a>. </p>","type":"string","minLength":1,"maxLength":1024},"StartupScriptS3Path":{"description":"<p>The relative path to the startup shell script in your Amazon S3 bucket. For example, <code>s3://mwaa-environment/startup.sh</code>.</p> <p> 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 <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/using-startup-script.html\">Using a startup script</a>. </p>","type":"string","pattern":".*","minLength":1,"maxLength":1024},"Tags":{"description":"The key-value tag pairs you want to associate to your environment. For example, <code>\"Environment\": \"Staging\"</code>. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services resources</a>.","type":"object","minProperties":1,"maxProperties":50,"additionalProperties":{"$ref":"#/components/schemas/TagValue"}},"WebserverAccessMode":{"description":"The Apache Airflow <i>Web server</i> access mode. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-networking.html\">Apache Airflow access modes</a>.","type":"string","enum":["PRIVATE_ONLY","PUBLIC_ONLY"]},"WeeklyMaintenanceWindowStart":{"description":"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: <code>DAY:HH:MM</code>. For example: <code>TUE:03:30</code>. You can specify a start time in 30 minute increments only.","type":"string","pattern":"(MON|TUE|WED|THU|FRI|SAT|SUN):([01]\\d|2[0-3]):(00|30)","minLength":1,"maxLength":9}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"delete":{"operationId":"DeleteEnvironment","description":"Deletes an Amazon Managed Workflows for Apache Airflow (MWAA) environment.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteEnvironmentOutput"}}}},"480":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"481":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"482":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[{"name":"Name","in":"path","required":true,"description":"The name of the Amazon MWAA environment. For example, <code>MyMWAAEnvironment</code>.","schema":{"type":"string","pattern":"^[a-zA-Z][0-9a-zA-Z-_]*$","minLength":1,"maxLength":80}}]},"get":{"operationId":"GetEnvironment","description":"Describes an Amazon Managed Workflows for Apache Airflow (MWAA) environment.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetEnvironmentOutput"}}}},"480":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"481":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"482":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[{"name":"Name","in":"path","required":true,"description":"The name of the Amazon MWAA environment. For example, <code>MyMWAAEnvironment</code>.","schema":{"type":"string","pattern":"^[a-zA-Z][0-9a-zA-Z-_]*$","minLength":1,"maxLength":80}}]},"patch":{"operationId":"UpdateEnvironment","description":"Updates an Amazon Managed Workflows for Apache Airflow (MWAA) environment.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateEnvironmentOutput"}}}},"480":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"481":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"482":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[{"name":"Name","in":"path","required":true,"description":"The name of your Amazon MWAA environment. For example, <code>MyMWAAEnvironment</code>.","schema":{"type":"string","pattern":"^[a-zA-Z][0-9a-zA-Z-_]*$","minLength":1,"maxLength":80}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"AirflowConfigurationOptions":{"description":"A list of key-value pairs containing the Apache Airflow configuration options you want to attach to your environment. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-env-variables.html\">Apache Airflow configuration options</a>.","type":"object","additionalProperties":{"$ref":"#/components/schemas/ConfigValue"}},"AirflowVersion":{"description":"<p>The Apache Airflow version for your environment. To upgrade your environment, specify a newer version of Apache Airflow supported by Amazon MWAA.</p> <p>Before you upgrade an environment, make sure your requirements, DAGs, plugins, and other resources used in your workflows are compatible with the new Apache Airflow version. For more information about updating your resources, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/upgrading-environment.html\">Upgrading an Amazon MWAA environment</a>.</p> <p>Valid values: <code>1.10.12</code>, <code>2.0.2</code>, <code>2.2.2</code>, <code>2.4.3</code>, and <code>2.5.1</code>.</p>","type":"string","pattern":"^[0-9a-z.]+$","minLength":1,"maxLength":32},"DagS3Path":{"description":"The relative path to the DAGs folder on your Amazon S3 bucket. For example, <code>dags</code>. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-folder.html\">Adding or updating DAGs</a>.","type":"string","pattern":".*","minLength":1,"maxLength":1024},"EnvironmentClass":{"description":"The environment class type. Valid values: <code>mw1.small</code>, <code>mw1.medium</code>, <code>mw1.large</code>. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/environment-class.html\">Amazon MWAA environment class</a>.","type":"string","minLength":1,"maxLength":1024},"ExecutionRoleArn":{"description":"The Amazon Resource Name (ARN) of the execution role in IAM that allows MWAA to access Amazon Web Services resources in your environment. For example, <code>arn:aws:iam::123456789:role/my-execution-role</code>. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/mwaa-create-role.html\">Amazon MWAA Execution role</a>.","type":"string","pattern":"^arn:aws(-[a-z]+)?:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+$","minLength":1,"maxLength":1224},"LoggingConfiguration":{"description":"Defines the Apache Airflow log types to send to CloudWatch Logs.","type":"object","properties":{"DagProcessingLogs":{"allOf":[{"$ref":"#/components/schemas/ModuleLoggingConfigurationInput"},{"description":"Publishes Airflow DAG processing logs to CloudWatch Logs."}]},"SchedulerLogs":{"allOf":[{"$ref":"#/components/schemas/ModuleLoggingConfigurationInput"},{"description":"Publishes Airflow scheduler logs to CloudWatch Logs."}]},"TaskLogs":{"allOf":[{"$ref":"#/components/schemas/ModuleLoggingConfigurationInput"},{"description":"Publishes Airflow task logs to CloudWatch Logs."}]},"WebserverLogs":{"allOf":[{"$ref":"#/components/schemas/ModuleLoggingConfigurationInput"},{"description":"Publishes Airflow web server logs to CloudWatch Logs."}]},"WorkerLogs":{"allOf":[{"$ref":"#/components/schemas/ModuleLoggingConfigurationInput"},{"description":"Publishes Airflow worker logs to CloudWatch Logs."}]}}},"MaxWorkers":{"description":"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 <code>MaxWorkers</code> field. For example, <code>20</code>. 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 <code>MinWorkers</code>.","type":"integer","minimum":1},"MinWorkers":{"description":"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 <code>MaxWorkers</code> 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 <code>MinWorkers</code> field. For example, <code>2</code>.","type":"integer","minimum":1},"NetworkConfiguration":{"description":"Defines the VPC networking components used to secure and enable network traffic between the Amazon Web Services resources for your environment. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/networking-about.html\">About networking on Amazon MWAA</a>.","type":"object","properties":{"SecurityGroupIds":{"allOf":[{"$ref":"#/components/schemas/SecurityGroupList"},{"description":"A list of security group IDs. A security group must be attached to the same VPC as the subnets. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/vpc-security.html\">Security in your VPC on Amazon MWAA</a>."}]}}},"PluginsS3ObjectVersion":{"description":"The version of the plugins.zip file on your Amazon S3 bucket. You must specify a version each time a <code>plugins.zip</code> file is updated. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/versioning-workflows.html\">How S3 Versioning works</a>.","type":"string","minLength":1,"maxLength":1024},"PluginsS3Path":{"description":"The relative path to the <code>plugins.zip</code> file on your Amazon S3 bucket. For example, <code>plugins.zip</code>. If specified, then the plugins.zip version is required. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-dag-import-plugins.html\">Installing custom plugins</a>.","type":"string","pattern":".*","minLength":1,"maxLength":1024},"RequirementsS3ObjectVersion":{"description":"The version of the requirements.txt file on your Amazon S3 bucket. You must specify a version each time a <code>requirements.txt</code> file is updated. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/versioning-workflows.html\">How S3 Versioning works</a>.","type":"string","minLength":1,"maxLength":1024},"RequirementsS3Path":{"description":"The relative path to the <code>requirements.txt</code> file on your Amazon S3 bucket. For example, <code>requirements.txt</code>. If specified, then a file version is required. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/working-dags-dependencies.html\">Installing Python dependencies</a>.","type":"string","pattern":".*","minLength":1,"maxLength":1024},"Schedulers":{"description":"The number of Apache Airflow schedulers to run in your Amazon MWAA environment.","type":"integer","maximum":5},"SourceBucketArn":{"description":"The Amazon Resource Name (ARN) of the Amazon S3 bucket where your DAG code and supporting files are stored. For example, <code>arn:aws:s3:::my-airflow-bucket-unique-name</code>. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/mwaa-s3-bucket.html\">Create an Amazon S3 bucket for Amazon MWAA</a>.","type":"string","pattern":"^arn:aws(-[a-z]+)?:s3:::[a-z0-9.\\-]+$","minLength":1,"maxLength":1224},"StartupScriptS3ObjectVersion":{"description":"<p> The version of the startup shell script in your Amazon S3 bucket. You must specify the <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/versioning-workflows.html\">version ID</a> that Amazon S3 assigns to the file every time you update the script. </p> <p> 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: </p> <p> <code>3sL4kqtJlcpXroDTDmJ+rmSpXd3dIbrHY+MTRCxf3vjVBH40Nr8X8gdRQBpUMLUo</code> </p> <p> For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/using-startup-script.html\">Using a startup script</a>. </p>","type":"string","minLength":1,"maxLength":1024},"StartupScriptS3Path":{"description":"<p>The relative path to the startup shell script in your Amazon S3 bucket. For example, <code>s3://mwaa-environment/startup.sh</code>.</p> <p> 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 <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/using-startup-script.html\">Using a startup script</a>. </p>","type":"string","pattern":".*","minLength":1,"maxLength":1024},"WebserverAccessMode":{"description":"The Apache Airflow <i>Web server</i> access mode. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/configuring-networking.html\">Apache Airflow access modes</a>.","type":"string","enum":["PRIVATE_ONLY","PUBLIC_ONLY"]},"WeeklyMaintenanceWindowStart":{"description":"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: <code>DAY:HH:MM</code>. For example: <code>TUE:03:30</code>. You can specify a start time in 30 minute increments only.","type":"string","pattern":"(MON|TUE|WED|THU|FRI|SAT|SUN):([01]\\d|2[0-3]):(00|30)","minLength":1,"maxLength":9}}}}}}}},"/webtoken/{Name}":{"post":{"operationId":"CreateWebLoginToken","description":"Creates a web login token for the Airflow Web UI. To learn more, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/call-mwaa-apis-web.html\">Creating an Apache Airflow web login token</a>.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateWebLoginTokenResponse"}}}},"480":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"481":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"482":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"483":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[{"name":"Name","in":"path","required":true,"description":"The name of the Amazon MWAA environment. For example, <code>MyMWAAEnvironment</code>.","schema":{"type":"string","pattern":"^[a-zA-Z][0-9a-zA-Z-_]*$","minLength":1,"maxLength":80}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/environments":{"get":{"operationId":"ListEnvironments","description":"Lists the Amazon Managed Workflows for Apache Airflow (MWAA) environments.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListEnvironmentsOutput"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[{"name":"MaxResults","in":"query","required":false,"description":"The maximum number of results to retrieve per page. For example, <code>5</code> environments per page.","schema":{"type":"integer","minimum":1,"maximum":25}},{"name":"NextToken","in":"query","required":false,"description":"Retrieves the next page of the results.","schema":{"type":"string","minLength":0,"maxLength":2048}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/tags/{ResourceArn}":{"get":{"operationId":"ListTagsForResource","description":"Lists the key-value tag pairs associated to the Amazon Managed Workflows for Apache Airflow (MWAA) environment. For example, <code>\"Environment\": \"Staging\"</code>. ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListTagsForResourceOutput"}}}},"480":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"481":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"482":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[{"name":"ResourceArn","in":"path","required":true,"description":"The Amazon Resource Name (ARN) of the Amazon MWAA environment. For example, <code>arn:aws:airflow:us-east-1:123456789012:environment/MyMWAAEnvironment</code>.","schema":{"type":"string","pattern":"^arn:aws(-[a-z]+)?:airflow:[a-z0-9\\-]+:\\d{12}:environment/\\w+","minLength":1,"maxLength":1224}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"post":{"operationId":"TagResource","description":"Associates key-value tag pairs to your Amazon Managed Workflows for Apache Airflow (MWAA) environment. ","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TagResourceOutput"}}}},"480":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"481":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"482":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[{"name":"ResourceArn","in":"path","required":true,"description":"The Amazon Resource Name (ARN) of the Amazon MWAA environment. For example, <code>arn:aws:airflow:us-east-1:123456789012:environment/MyMWAAEnvironment</code>.","schema":{"type":"string","pattern":"^arn:aws(-[a-z]+)?:airflow:[a-z0-9\\-]+:\\d{12}:environment/\\w+","minLength":1,"maxLength":1224}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["Tags"],"properties":{"Tags":{"description":"The key-value tag pairs you want to associate to your environment. For example, <code>\"Environment\": \"Staging\"</code>. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services resources</a>.","type":"object","minProperties":1,"maxProperties":50,"additionalProperties":{"$ref":"#/components/schemas/TagValue"}}}}}}}}},"/metrics/environments/{EnvironmentName}":{"post":{"operationId":"PublishMetrics","description":" <b>Internal only</b>. Publishes environment health metrics to Amazon CloudWatch.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PublishMetricsOutput"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[{"name":"EnvironmentName","in":"path","required":true,"description":" <b>Internal only</b>. The name of the environment.","schema":{"type":"string","pattern":"^[a-zA-Z][0-9a-zA-Z-_]*$","minLength":1,"maxLength":80}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["MetricData"],"properties":{"MetricData":{"description":" <b>Internal only</b>. Publishes metrics to Amazon CloudWatch. To learn more about the metrics published to Amazon CloudWatch, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/cw-metrics.html\">Amazon MWAA performance metrics in Amazon CloudWatch</a>.","type":"array","items":{"$ref":"#/components/schemas/MetricDatum"}}}}}}}},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/tags/{ResourceArn}#tagKeys":{"delete":{"operationId":"UntagResource","description":"Removes key-value tag pairs associated to your Amazon Managed Workflows for Apache Airflow (MWAA) environment. For example, <code>\"Environment\": \"Staging\"</code>.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UntagResourceOutput"}}}},"480":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"481":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"482":{"description":"InternalServerException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerException"}}}}},"parameters":[{"name":"ResourceArn","in":"path","required":true,"description":"The Amazon Resource Name (ARN) of the Amazon MWAA environment. For example, <code>arn:aws:airflow:us-east-1:123456789012:environment/MyMWAAEnvironment</code>.","schema":{"type":"string","pattern":"^arn:aws(-[a-z]+)?:airflow:[a-z0-9\\-]+:\\d{12}:environment/\\w+","minLength":1,"maxLength":1224}},{"name":"tagKeys","in":"query","required":true,"description":"The key-value tag pair you want to remove. For example, <code>\"Environment\": \"Staging\"</code>. ","schema":{"type":"array","items":{"$ref":"#/components/schemas/TagKey"},"minItems":0,"maxItems":50}}]},"parameters":[{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]}},"components":{"parameters":{"X-Amz-Content-Sha256":{"name":"X-Amz-Content-Sha256","in":"header","schema":{"type":"string"},"required":false},"X-Amz-Date":{"name":"X-Amz-Date","in":"header","schema":{"type":"string"},"required":false},"X-Amz-Algorithm":{"name":"X-Amz-Algorithm","in":"header","schema":{"type":"string"},"required":false},"X-Amz-Credential":{"name":"X-Amz-Credential","in":"header","schema":{"type":"string"},"required":false},"X-Amz-Security-Token":{"name":"X-Amz-Security-Token","in":"header","schema":{"type":"string"},"required":false},"X-Amz-Signature":{"name":"X-Amz-Signature","in":"header","schema":{"type":"string"},"required":false},"X-Amz-SignedHeaders":{"name":"X-Amz-SignedHeaders","in":"header","schema":{"type":"string"},"required":false}},"securitySchemes":{"hmac":{"type":"apiKey","name":"Authorization","in":"header","description":"Amazon Signature authorization v4","x-amazon-apigateway-authtype":"awsSigv4"}},"schemas":{"CreateCliTokenResponse":{"type":"object","properties":{"CliToken":{"allOf":[{"$ref":"#/components/schemas/Token"},{"description":"An Airflow CLI login token."}]},"WebServerHostname":{"allOf":[{"$ref":"#/components/schemas/Hostname"},{"description":"The Airflow web server hostname for the environment."}]}}},"ResourceNotFoundException":{},"CreateEnvironmentOutput":{"type":"object","properties":{"Arn":{"allOf":[{"$ref":"#/components/schemas/EnvironmentArn"},{"description":"The Amazon Resource Name (ARN) returned in the response for the environment."}]}}},"ConfigValue":{"type":"string","pattern":"^[ -~]+$","minLength":1,"maxLength":65536,"format":"password"},"ModuleLoggingConfigurationInput":{"type":"object","required":["Enabled","LogLevel"],"properties":{"Enabled":{"allOf":[{"$ref":"#/components/schemas/LoggingEnabled"},{"description":"Indicates whether to enable the Apache Airflow log type (e.g. <code>DagProcessingLogs</code>)."}]},"LogLevel":{"allOf":[{"$ref":"#/components/schemas/LoggingLevel"},{"description":"Defines the Apache Airflow log level (e.g. <code>INFO</code>) to send to CloudWatch Logs."}]}},"description":"Enables the Apache Airflow log type (e.g. <code>DagProcessingLogs</code>) and defines the log level to send to CloudWatch Logs (e.g. <code>INFO</code>)."},"SecurityGroupList":{"type":"array","items":{"$ref":"#/components/schemas/SecurityGroupId"},"minItems":1,"maxItems":5},"SubnetList":{"type":"array","items":{"$ref":"#/components/schemas/SubnetId"},"minItems":2,"maxItems":2},"TagValue":{"type":"string","pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$","minLength":1,"maxLength":256},"ValidationException":{},"InternalServerException":{},"CreateWebLoginTokenResponse":{"type":"object","properties":{"WebServerHostname":{"allOf":[{"$ref":"#/components/schemas/Hostname"},{"description":"The Airflow web server hostname for the environment."}]},"WebToken":{"allOf":[{"$ref":"#/components/schemas/Token"},{"description":"An Airflow web server login token."}]}}},"AccessDeniedException":{},"DeleteEnvironmentOutput":{"type":"object","properties":{}},"GetEnvironmentOutput":{"type":"object","properties":{"Environment":{"allOf":[{"$ref":"#/components/schemas/Environment"},{"description":"An object containing all available details about the environment."}]}}},"ListEnvironmentsOutput":{"type":"object","required":["Environments"],"properties":{"Environments":{"allOf":[{"$ref":"#/components/schemas/EnvironmentList"},{"description":"Returns a list of Amazon MWAA environments."}]},"NextToken":{"allOf":[{"$ref":"#/components/schemas/NextToken"},{"description":"Retrieves the next page of the results."}]}}},"ListTagsForResourceOutput":{"type":"object","properties":{"Tags":{"allOf":[{"$ref":"#/components/schemas/TagMap"},{"description":"The key-value tag pairs associated to your environment. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services resources</a>."}]}}},"PublishMetricsOutput":{"type":"object","properties":{}},"MetricDatum":{"type":"object","required":["MetricName","Timestamp"],"properties":{"Dimensions":{"allOf":[{"$ref":"#/components/schemas/Dimensions"},{"description":" <b>Internal only</b>. The dimensions associated with the metric."}]},"MetricName":{"allOf":[{"$ref":"#/components/schemas/String"},{"description":" <b>Internal only</b>. The name of the metric."}]},"StatisticValues":{"allOf":[{"$ref":"#/components/schemas/StatisticSet"},{"description":" <b>Internal only</b>. The statistical values for the metric."}]},"Timestamp":{"allOf":[{"$ref":"#/components/schemas/Timestamp"},{"description":" <b>Internal only</b>. The time the metric data was received."}]},"Unit":{"allOf":[{"$ref":"#/components/schemas/Unit"},{"description":" <b>Internal only</b>. The unit used to store the metric."}]},"Value":{"allOf":[{"$ref":"#/components/schemas/Double"},{"description":" <b>Internal only</b>. The value for the metric."}]}},"description":" <b>Internal only</b>. Collects Apache Airflow metrics. To learn more about the metrics published to Amazon CloudWatch, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/cw-metrics.html\">Amazon MWAA performance metrics in Amazon CloudWatch</a>."},"TagResourceOutput":{"type":"object","properties":{}},"UntagResourceOutput":{"type":"object","properties":{}},"TagKey":{"type":"string","pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$","minLength":1,"maxLength":128},"UpdateEnvironmentOutput":{"type":"object","properties":{"Arn":{"allOf":[{"$ref":"#/components/schemas/EnvironmentArn"},{"description":"The Amazon Resource Name (ARN) of the Amazon MWAA environment. For example, <code>arn:aws:airflow:us-east-1:123456789012:environment/MyMWAAEnvironment</code>."}]}}},"AirflowConfigurationOptions":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/ConfigValue"}},"AirflowVersion":{"type":"string","pattern":"^[0-9a-z.]+$","minLength":1,"maxLength":32},"CloudWatchLogGroupArn":{"type":"string","pattern":"^arn:aws(-[a-z]+)?:logs:[a-z0-9\\-]+:\\d{12}:log-group:\\w+","minLength":1,"maxLength":1224},"ConfigKey":{"type":"string","pattern":"^[a-z]+([a-z0-9._]*[a-z0-9_]+)?$","minLength":1,"maxLength":64},"EnvironmentName":{"type":"string","pattern":"^[a-zA-Z][0-9a-zA-Z-_]*$","minLength":1,"maxLength":80},"CreateCliTokenRequest":{"type":"object","title":"CreateCliTokenRequest","properties":{}},"Token":{"type":"string","format":"password"},"Hostname":{"type":"string","pattern":"^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\\-]*[A-Za-z0-9])$","minLength":1,"maxLength":255},"RelativePath":{"type":"string","pattern":".*","minLength":1,"maxLength":1024},"EnvironmentClass":{"type":"string","minLength":1,"maxLength":1024},"IamRoleArn":{"type":"string","pattern":"^arn:aws(-[a-z]+)?:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+$","minLength":1,"maxLength":1224},"KmsKey":{"type":"string","pattern":"^(((arn:aws(-[a-z]+)?:kms:[a-z]{2}-[a-z]+-\\d:\\d+:)?key\\/)?[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}|(arn:aws(-[a-z]+)?:kms:[a-z]{2}-[a-z]+-\\d:\\d+:)?alias/.+)$","minLength":1,"maxLength":1224},"LoggingConfigurationInput":{"type":"object","properties":{"DagProcessingLogs":{"allOf":[{"$ref":"#/components/schemas/ModuleLoggingConfigurationInput"},{"description":"Publishes Airflow DAG processing logs to CloudWatch Logs."}]},"SchedulerLogs":{"allOf":[{"$ref":"#/components/schemas/ModuleLoggingConfigurationInput"},{"description":"Publishes Airflow scheduler logs to CloudWatch Logs."}]},"TaskLogs":{"allOf":[{"$ref":"#/components/schemas/ModuleLoggingConfigurationInput"},{"description":"Publishes Airflow task logs to CloudWatch Logs."}]},"WebserverLogs":{"allOf":[{"$ref":"#/components/schemas/ModuleLoggingConfigurationInput"},{"description":"Publishes Airflow web server logs to CloudWatch Logs."}]},"WorkerLogs":{"allOf":[{"$ref":"#/components/schemas/ModuleLoggingConfigurationInput"},{"description":"Publishes Airflow worker logs to CloudWatch Logs."}]}},"description":"Defines the Apache Airflow log types to send to CloudWatch Logs."},"MaxWorkers":{"type":"integer","minimum":1},"MinWorkers":{"type":"integer","minimum":1},"NetworkConfiguration":{"type":"object","properties":{"SecurityGroupIds":{"allOf":[{"$ref":"#/components/schemas/SecurityGroupList"},{"description":"A list of security group IDs. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/vpc-security.html\">Security in your VPC on Amazon MWAA</a>."}]},"SubnetIds":{"allOf":[{"$ref":"#/components/schemas/SubnetList"},{"description":"A list of subnet IDs. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/networking-about.html\">About networking on Amazon MWAA</a>."}]}},"description":"Describes the VPC networking components used to secure and enable network traffic between the Amazon Web Services resources for your environment. For more information, see <a href=\"https://docs.aws.amazon.com/mwaa/latest/userguide/networking-about.html\">About networking on Amazon MWAA</a>."},"S3ObjectVersion":{"type":"string","minLength":1,"maxLength":1024},"Schedulers":{"type":"integer","maximum":5},"S3BucketArn":{"type":"string","pattern":"^arn:aws(-[a-z]+)?:s3:::[a-z0-9.\\-]+$","minLength":1,"maxLength":1224},"TagMap":{"type":"object","minProperties":1,"maxProperties":50,"additionalProperties":{"$ref":"#/components/schemas/TagValue"}},"WebserverAccessMode":{"type":"string","enum":["PRIVATE_ONLY","PUBLIC_ONLY"]},"WeeklyMaintenanceWindowStart":{"type":"string","pattern":"(MON|TUE|WED|THU|FRI|SAT|SUN):([01]\\d|2[0-3]):(00|30)","minLength":1,"maxLength":9},"CreateEnvironmentInput":{"type":"object","required":["DagS3Path","ExecutionRoleArn","N