| 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.NetworkAclAssociation
Description
Synopsis
- data NetworkAclAssociation = NetworkAclAssociation' {}
- newNetworkAclAssociation :: NetworkAclAssociation
- networkAclAssociation_networkAclAssociationId :: Lens' NetworkAclAssociation (Maybe Text)
- networkAclAssociation_networkAclId :: Lens' NetworkAclAssociation (Maybe Text)
- networkAclAssociation_subnetId :: Lens' NetworkAclAssociation (Maybe Text)
Documentation
data NetworkAclAssociation Source #
Describes an association between a network ACL and a subnet.
See: newNetworkAclAssociation smart constructor.
Constructors
| NetworkAclAssociation' | |
Fields
| |
Instances
newNetworkAclAssociation :: NetworkAclAssociation Source #
Create a value of NetworkAclAssociation 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:networkAclAssociationId:NetworkAclAssociation', networkAclAssociation_networkAclAssociationId - The ID of the association between a network ACL and a subnet.
$sel:networkAclId:NetworkAclAssociation', networkAclAssociation_networkAclId - The ID of the network ACL.
$sel:subnetId:NetworkAclAssociation', networkAclAssociation_subnetId - The ID of the subnet.
networkAclAssociation_networkAclAssociationId :: Lens' NetworkAclAssociation (Maybe Text) Source #
The ID of the association between a network ACL and a subnet.
networkAclAssociation_networkAclId :: Lens' NetworkAclAssociation (Maybe Text) Source #
The ID of the network ACL.
networkAclAssociation_subnetId :: Lens' NetworkAclAssociation (Maybe Text) Source #
The ID of the subnet.