Values.AwsVPCSecurityGroupViolationSourceViolation detail for the rule violation in a security group when compared to the primary security group of the Firewall Manager policy.
type nonrec t = {violationTarget : ViolationTarget.t option;The security group rule that is being evaluated.
*)violationTargetDescription : LengthBoundedString.t option;A description of the security group that violates the policy.
*)partialMatches : PartialMatches.t option;List of rules specified in the security group of the Firewall Manager policy that partially match the ViolationTarget rule.
*)possibleSecurityGroupRemediationActions : SecurityGroupRemediationActions.t
option;Remediation options for the rule specified in the ViolationTarget.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of [> `String of TargetViolationReason.t ] list
| `String of ReferenceRule.t
| `Structure of
(string
* [> `Long of IPPortNumber.t | `String of CIDR.t ])
list ])
list ]
list
| `String of ViolationTarget.t ])
list ]