| 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.DhcpOptions
Description
Synopsis
- data DhcpOptions = DhcpOptions' {
- dhcpConfigurations :: Maybe [DhcpConfiguration]
- dhcpOptionsId :: Maybe Text
- ownerId :: Maybe Text
- tags :: Maybe [Tag]
- newDhcpOptions :: DhcpOptions
- dhcpOptions_dhcpConfigurations :: Lens' DhcpOptions (Maybe [DhcpConfiguration])
- dhcpOptions_dhcpOptionsId :: Lens' DhcpOptions (Maybe Text)
- dhcpOptions_ownerId :: Lens' DhcpOptions (Maybe Text)
- dhcpOptions_tags :: Lens' DhcpOptions (Maybe [Tag])
Documentation
data DhcpOptions Source #
Describes a set of DHCP options.
See: newDhcpOptions smart constructor.
Constructors
| DhcpOptions' | |
Fields
| |
Instances
newDhcpOptions :: DhcpOptions Source #
Create a value of DhcpOptions 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:dhcpConfigurations:DhcpOptions', dhcpOptions_dhcpConfigurations - One or more DHCP options in the set.
$sel:dhcpOptionsId:DhcpOptions', dhcpOptions_dhcpOptionsId - The ID of the set of DHCP options.
$sel:ownerId:DhcpOptions', dhcpOptions_ownerId - The ID of the Amazon Web Services account that owns the DHCP options
set.
$sel:tags:DhcpOptions', dhcpOptions_tags - Any tags assigned to the DHCP options set.
dhcpOptions_dhcpConfigurations :: Lens' DhcpOptions (Maybe [DhcpConfiguration]) Source #
One or more DHCP options in the set.
dhcpOptions_dhcpOptionsId :: Lens' DhcpOptions (Maybe Text) Source #
The ID of the set of DHCP options.
dhcpOptions_ownerId :: Lens' DhcpOptions (Maybe Text) Source #
The ID of the Amazon Web Services account that owns the DHCP options set.
dhcpOptions_tags :: Lens' DhcpOptions (Maybe [Tag]) Source #
Any tags assigned to the DHCP options set.