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 PrefixListId Source #
Describes a prefix list ID.
See: newPrefixListId
smart constructor.
PrefixListId' | |
|
Instances
newPrefixListId :: PrefixListId Source #
Create a value of PrefixListId
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:PrefixListId'
, prefixListId_description
- A description for the security group rule that references this prefix
list ID.
Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*
$sel:prefixListId:PrefixListId'
, prefixListId_prefixListId
- The ID of the prefix.
prefixListId_description :: Lens' PrefixListId (Maybe Text) Source #
A description for the security group rule that references this prefix list ID.
Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*
prefixListId_prefixListId :: Lens' PrefixListId (Maybe Text) Source #
The ID of the prefix.