Module Values.AwsVPCSecurityGroupViolationSource

Violation detail for the rule violation in a security group when compared to the primary security group of the Firewall Manager policy.

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

    The security group rule that is being evaluated.

    *)
  2. violationTargetDescription : LengthBoundedString.t option;
    (*

    A description of the security group that violates the policy.

    *)
  3. partialMatches : PartialMatches.t option;
    (*

    List of rules specified in the security group of the Firewall Manager policy that partially match the ViolationTarget rule.

    *)
  4. possibleSecurityGroupRemediationActions : SecurityGroupRemediationActions.t option;
    (*

    Remediation options for the rule specified in the ViolationTarget.

    *)
}
Sourceval make : ?violationTarget:??? -> ?violationTargetDescription:??? -> ?partialMatches:??? -> ?possibleSecurityGroupRemediationActions:??? -> unit -> t
Sourceval 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 ]
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