AWS::MWAA::Environment NetworkConfiguration
The VPC networking components used to secure and enable network traffic between the Amazon resources for your environment. To learn more, see About networking on Amazon MWAA.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "SecurityGroupIds" :
[ String, ... ]
, "SubnetIds" :[ String, ... ]
}
YAML
SecurityGroupIds:
- String
SubnetIds:- String
Properties
SecurityGroupIds
-
A list of one or more security group IDs. Accepts up to 5 security group IDs. A security group must be attached to the same VPC as the subnets. To learn more, see Security in your VPC on Amazon MWAA.
Required: No
Type: List of String
Update requires: No interruption
SubnetIds
-
A list of subnet IDs. Required to create an environment. Must be private subnets in two different availability zones. A subnet must be attached to the same VPC as the security group. To learn more, see About networking on Amazon MWAA.
Required: No
Type: List of String
Update requires: Replacement