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.DhcpConfiguration
Description
Documentation
data DhcpConfiguration Source #
Describes a DHCP configuration option.
See: newDhcpConfiguration
smart constructor.
Constructors
DhcpConfiguration' | |
Instances
newDhcpConfiguration :: DhcpConfiguration Source #
Create a value of DhcpConfiguration
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:
DhcpConfiguration
, dhcpConfiguration_key
- The name of a DHCP option.
$sel:values:DhcpConfiguration'
, dhcpConfiguration_values
- One or more values for the DHCP option.
dhcpConfiguration_key :: Lens' DhcpConfiguration (Maybe Text) Source #
The name of a DHCP option.
dhcpConfiguration_values :: Lens' DhcpConfiguration (Maybe [AttributeValue]) Source #
One or more values for the DHCP option.