Module Values.GetViolationDetailsRequestSource

Retrieves violations for a resource based on the specified Firewall Manager policy and Amazon Web Services account.

Sourcetype nonrec t = {
  1. 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

    *)
  2. memberAccount : AWSAccountId.t;
    (*

    The Amazon Web Services account ID that you want the details for.

    *)
  3. resourceId : ResourceId.t;
    (*

    The ID of the resource that has violations.

    *)
  4. 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.

    *)
}
Sourceval context_ : string
Sourceval make : policyId:PolicyId.t -> memberAccount:AWSAccountId.t -> resourceId:ResourceId.t -> resourceType:ResourceType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of PolicyId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t