Values.GetViolationDetailsRequestSourceRetrieves violations for a resource based on the specified Firewall Manager policy and Amazon Web Services account.
type nonrec t = {policyId : PolicyId.t;The ID of the Firewall Manager policy that you want the details for. You can get violation details for the following policy types: WAF DNS Firewall Imported Network Firewall Network Firewall Security group content audit Network ACL Third-party firewall
*)memberAccount : AWSAccountId.t;The Amazon Web Services account ID that you want the details for.
*)resourceId : ResourceId.t;The ID of the resource that has violations.
*)resourceType : ResourceType.t;The resource type. This is in the format shown in the Amazon Web Services Resource Types Reference. Supported resource types are: AWS::WAFv2::WebACL, AWS::EC2::Instance, AWS::EC2::NetworkInterface, AWS::EC2::SecurityGroup, AWS::NetworkFirewall::FirewallPolicy, and AWS::EC2::Subnet.
*)}val make :
policyId:PolicyId.t ->
memberAccount:AWSAccountId.t ->
resourceId:ResourceId.t ->
resourceType:ResourceType.t ->
unit ->
t