| 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 |
Amazonka.EC2.Types.IKEVersionsListValue
Description
Documentation
data IKEVersionsListValue Source #
The internet key exchange (IKE) version permitted for the VPN tunnel.
See: newIKEVersionsListValue smart constructor.
Constructors
| IKEVersionsListValue' | |
Instances
newIKEVersionsListValue :: IKEVersionsListValue Source #
Create a value of IKEVersionsListValue 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:
IKEVersionsListValue, iKEVersionsListValue_value - The IKE version.
iKEVersionsListValue_value :: Lens' IKEVersionsListValue (Maybe Text) Source #
The IKE version.