NetworkConfiguration - Amazon Managed Workflows for Apache Airflow

NetworkConfiguration

Describes the VPC networking components used to secure and enable network traffic between the AWS resources for your environment. For more information, see About networking on Amazon MWAA.

Contents

SecurityGroupIds

A list of security group IDs. For more information, see Security in your VPC on Amazon MWAA.

Type: Array of strings

Array Members: Minimum number of 1 item. Maximum number of 5 items.

Length Constraints: Minimum length of 1. Maximum length of 1024.

Pattern: ^sg-[a-zA-Z0-9\-._]+$

Required: No

SubnetIds

A list of subnet IDs. For more information, see About networking on Amazon MWAA.

Type: Array of strings

Array Members: Fixed number of 2 items.

Length Constraints: Minimum length of 1. Maximum length of 1024.

Pattern: ^subnet-[a-zA-Z0-9\-._]+$

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: