class Aws::MWAA::Types::NetworkConfiguration
The VPC networking components used to secure and enable network traffic between the AWS resources for your environment. To learn more, see [About networking on Amazon MWAA].
[1]: docs.aws.amazon.com/mwaa/latest/userguide/networking-about.html
@note When making an API call, you may pass NetworkConfiguration
data as a hash: { security_group_ids: ["SecurityGroupId"], subnet_ids: ["SubnetId"], }
@!attribute [rw] security_group_ids
A list of 1 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][1]. [1]: https://docs.aws.amazon.com/mwaa/latest/userguide/vpc-security.html @return [Array<String>]
@!attribute [rw] subnet_ids
A list of 2 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. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/mwaa-2020-07-01/NetworkConfiguration AWS API Documentation
Constants
- SENSITIVE