| 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.AddPrefixListEntry
Description
Documentation
data AddPrefixListEntry Source #
An entry for a prefix list.
See: newAddPrefixListEntry smart constructor.
Constructors
| AddPrefixListEntry' | |
Fields
| |
Instances
newAddPrefixListEntry Source #
Arguments
| :: Text | |
| -> AddPrefixListEntry |
Create a value of AddPrefixListEntry 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:description:AddPrefixListEntry', addPrefixListEntry_description - A description for the entry.
Constraints: Up to 255 characters in length.
$sel:cidr:AddPrefixListEntry', addPrefixListEntry_cidr - The CIDR block.
addPrefixListEntry_description :: Lens' AddPrefixListEntry (Maybe Text) Source #
A description for the entry.
Constraints: Up to 255 characters in length.
addPrefixListEntry_cidr :: Lens' AddPrefixListEntry Text Source #
The CIDR block.