Module Values.AwsEc2NetworkInterfaceViolationSource

Violation detail for network interfaces associated with an EC2 instance.

Sourcetype nonrec t = {
  1. violationTarget : ViolationTarget.t option;
    (*

    The resource ID of the network interface.

    *)
  2. violatingSecurityGroups : ResourceIdList.t option;
    (*

    List of security groups that violate the rules specified in the primary security group of the Firewall Manager policy.

    *)
}
Sourceval make : ?violationTarget:??? -> ?violatingSecurityGroups:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of ResourceId.t ] list | `String of ViolationTarget.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