class Aws::MWAA::Types::UpdateNetworkConfigurationInput

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 UpdateNetworkConfigurationInput

data as a hash:

    {
      security_group_ids: ["SecurityGroupId"], # required
    }

@!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>]

@see docs.aws.amazon.com/goto/WebAPI/mwaa-2020-07-01/UpdateNetworkConfigurationInput AWS API Documentation

Constants

SENSITIVE