Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
Documentation
data UpdateNetworkConfigurationInput Source #
Defines the VPC networking components used to secure and enable network traffic between the Amazon Web Services resources for your environment. To learn more, see About networking on Amazon MWAA.
See: newUpdateNetworkConfigurationInput
smart constructor.
UpdateNetworkConfigurationInput' | |
|
Instances
ToJSON UpdateNetworkConfigurationInput Source # | |
Generic UpdateNetworkConfigurationInput Source # | |
Read UpdateNetworkConfigurationInput Source # | |
Show UpdateNetworkConfigurationInput Source # | |
NFData UpdateNetworkConfigurationInput Source # | |
Defined in Amazonka.MwAA.Types.UpdateNetworkConfigurationInput rnf :: UpdateNetworkConfigurationInput -> () # | |
Eq UpdateNetworkConfigurationInput Source # | |
Hashable UpdateNetworkConfigurationInput Source # | |
type Rep UpdateNetworkConfigurationInput Source # | |
Defined in Amazonka.MwAA.Types.UpdateNetworkConfigurationInput type Rep UpdateNetworkConfigurationInput = D1 ('MetaData "UpdateNetworkConfigurationInput" "Amazonka.MwAA.Types.UpdateNetworkConfigurationInput" "amazonka-mwaa-2.0-KORB5SeCyuF7wioeYKG3eR" 'False) (C1 ('MetaCons "UpdateNetworkConfigurationInput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "securityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)))) |
newUpdateNetworkConfigurationInput Source #
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 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 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.