Values.AwsEc2NetworkAclDetailsSourceContains details about an Amazon EC2 network access control list (ACL).
type nonrec t = {isDefault : Boolean.t option;Whether this is the default network ACL for the VPC.
*)networkAclId : NonEmptyString.t option;The identifier of the network ACL.
*)ownerId : NonEmptyString.t option;The identifier of the Amazon Web Services account that owns the network ACL.
*)vpcId : NonEmptyString.t option;The identifier of the VPC for the network ACL.
*)associations : AwsEc2NetworkAclAssociationList.t option;Associations between the network ACL and subnets.
*)entries : AwsEc2NetworkAclEntryList.t option;The set of rules in the network ACL.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of Integer.t
| `String of NonEmptyString.t
| `Structure of (string * [> `Integer of Integer.t ]) list ])
list ]
list
| `String of NonEmptyString.t ])
list ]