Values.AwsEc2NetworkInterfaceViolationSourceViolation detail for network interfaces associated with an EC2 instance.
type nonrec t = {violationTarget : ViolationTarget.t option;The resource ID of the network interface.
*)violatingSecurityGroups : ResourceIdList.t option;List of security groups that violate the rules specified in the primary security group of the Firewall Manager policy.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of ResourceId.t ] list
| `String of ViolationTarget.t ])
list ]