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 |
Synopsis
- data AwsEc2NetworkAclDetails = AwsEc2NetworkAclDetails' {}
- newAwsEc2NetworkAclDetails :: AwsEc2NetworkAclDetails
- awsEc2NetworkAclDetails_entries :: Lens' AwsEc2NetworkAclDetails (Maybe [AwsEc2NetworkAclEntry])
- awsEc2NetworkAclDetails_networkAclId :: Lens' AwsEc2NetworkAclDetails (Maybe Text)
- awsEc2NetworkAclDetails_vpcId :: Lens' AwsEc2NetworkAclDetails (Maybe Text)
- awsEc2NetworkAclDetails_ownerId :: Lens' AwsEc2NetworkAclDetails (Maybe Text)
- awsEc2NetworkAclDetails_associations :: Lens' AwsEc2NetworkAclDetails (Maybe [AwsEc2NetworkAclAssociation])
- awsEc2NetworkAclDetails_isDefault :: Lens' AwsEc2NetworkAclDetails (Maybe Bool)
Documentation
data AwsEc2NetworkAclDetails Source #
Contains details about an EC2 network access control list (ACL).
See: newAwsEc2NetworkAclDetails
smart constructor.
AwsEc2NetworkAclDetails' | |
|
Instances
newAwsEc2NetworkAclDetails :: AwsEc2NetworkAclDetails Source #
Create a value of AwsEc2NetworkAclDetails
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:entries:AwsEc2NetworkAclDetails'
, awsEc2NetworkAclDetails_entries
- The set of rules in the network ACL.
$sel:networkAclId:AwsEc2NetworkAclDetails'
, awsEc2NetworkAclDetails_networkAclId
- The identifier of the network ACL.
$sel:vpcId:AwsEc2NetworkAclDetails'
, awsEc2NetworkAclDetails_vpcId
- The identifier of the VPC for the network ACL.
$sel:ownerId:AwsEc2NetworkAclDetails'
, awsEc2NetworkAclDetails_ownerId
- The identifier of the Amazon Web Services account that owns the network
ACL.
$sel:associations:AwsEc2NetworkAclDetails'
, awsEc2NetworkAclDetails_associations
- Associations between the network ACL and subnets.
$sel:isDefault:AwsEc2NetworkAclDetails'
, awsEc2NetworkAclDetails_isDefault
- Whether this is the default network ACL for the VPC.
awsEc2NetworkAclDetails_entries :: Lens' AwsEc2NetworkAclDetails (Maybe [AwsEc2NetworkAclEntry]) Source #
The set of rules in the network ACL.
awsEc2NetworkAclDetails_networkAclId :: Lens' AwsEc2NetworkAclDetails (Maybe Text) Source #
The identifier of the network ACL.
awsEc2NetworkAclDetails_vpcId :: Lens' AwsEc2NetworkAclDetails (Maybe Text) Source #
The identifier of the VPC for the network ACL.
awsEc2NetworkAclDetails_ownerId :: Lens' AwsEc2NetworkAclDetails (Maybe Text) Source #
The identifier of the Amazon Web Services account that owns the network ACL.
awsEc2NetworkAclDetails_associations :: Lens' AwsEc2NetworkAclDetails (Maybe [AwsEc2NetworkAclAssociation]) Source #
Associations between the network ACL and subnets.
awsEc2NetworkAclDetails_isDefault :: Lens' AwsEc2NetworkAclDetails (Maybe Bool) Source #
Whether this is the default network ACL for the VPC.