| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.SecurityHub.Types.AwsEc2SecurityGroupPrefixListId
Description
Documentation
data AwsEc2SecurityGroupPrefixListId Source #
A prefix list ID.
See: newAwsEc2SecurityGroupPrefixListId smart constructor.
Constructors
| AwsEc2SecurityGroupPrefixListId' | |
Fields
| |
Instances
newAwsEc2SecurityGroupPrefixListId :: AwsEc2SecurityGroupPrefixListId Source #
Create a value of AwsEc2SecurityGroupPrefixListId 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:prefixListId:AwsEc2SecurityGroupPrefixListId', awsEc2SecurityGroupPrefixListId_prefixListId - The ID of the prefix.
awsEc2SecurityGroupPrefixListId_prefixListId :: Lens' AwsEc2SecurityGroupPrefixListId (Maybe Text) Source #
The ID of the prefix.