Module Values.AwsEc2InstanceViolationSource

Violation detail for an EC2 instance resource.

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

    The resource ID of the EC2 instance.

    *)
  2. awsEc2NetworkInterfaceViolations : AwsEc2NetworkInterfaceViolations.t option;
    (*

    Violation detail for network interfaces associated with the EC2 instance.

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