| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.MwAA.Types.UpdateNetworkConfigurationInput
Description
Synopsis
Documentation
data UpdateNetworkConfigurationInput Source #
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.
See: newUpdateNetworkConfigurationInput smart constructor.
Constructors
| UpdateNetworkConfigurationInput' | |
Fields
| |
Instances
newUpdateNetworkConfigurationInput Source #
Arguments
| :: NonEmpty Text | |
| -> UpdateNetworkConfigurationInput |
Create a value of UpdateNetworkConfigurationInput with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:securityGroupIds:UpdateNetworkConfigurationInput', updateNetworkConfigurationInput_securityGroupIds - 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.
updateNetworkConfigurationInput_securityGroupIds :: Lens' UpdateNetworkConfigurationInput (NonEmpty Text) Source #
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.