| 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.AwsEc2NetworkAclAssociation
Description
Synopsis
- data AwsEc2NetworkAclAssociation = AwsEc2NetworkAclAssociation' {}
- newAwsEc2NetworkAclAssociation :: AwsEc2NetworkAclAssociation
- awsEc2NetworkAclAssociation_networkAclId :: Lens' AwsEc2NetworkAclAssociation (Maybe Text)
- awsEc2NetworkAclAssociation_subnetId :: Lens' AwsEc2NetworkAclAssociation (Maybe Text)
- awsEc2NetworkAclAssociation_networkAclAssociationId :: Lens' AwsEc2NetworkAclAssociation (Maybe Text)
Documentation
data AwsEc2NetworkAclAssociation Source #
An association between the network ACL and a subnet.
See: newAwsEc2NetworkAclAssociation smart constructor.
Constructors
| AwsEc2NetworkAclAssociation' | |
Fields
| |
Instances
newAwsEc2NetworkAclAssociation :: AwsEc2NetworkAclAssociation Source #
Create a value of AwsEc2NetworkAclAssociation 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:networkAclId:AwsEc2NetworkAclAssociation', awsEc2NetworkAclAssociation_networkAclId - The identifier of the network ACL.
$sel:subnetId:AwsEc2NetworkAclAssociation', awsEc2NetworkAclAssociation_subnetId - The identifier of the subnet that is associated with the network ACL.
$sel:networkAclAssociationId:AwsEc2NetworkAclAssociation', awsEc2NetworkAclAssociation_networkAclAssociationId - The identifier of the association between the network ACL and the
subnet.
awsEc2NetworkAclAssociation_networkAclId :: Lens' AwsEc2NetworkAclAssociation (Maybe Text) Source #
The identifier of the network ACL.
awsEc2NetworkAclAssociation_subnetId :: Lens' AwsEc2NetworkAclAssociation (Maybe Text) Source #
The identifier of the subnet that is associated with the network ACL.
awsEc2NetworkAclAssociation_networkAclAssociationId :: Lens' AwsEc2NetworkAclAssociation (Maybe Text) Source #
The identifier of the association between the network ACL and the subnet.