Module Values.ResourcesAffectedSource

Provides information about the resources that a finding applies to.

Sourcetype nonrec t = {
  1. s3Bucket : S3Bucket.t option;
    (*

    The details of the S3 bucket that the finding applies to.

    *)
  2. s3Object : S3Object.t option;
    (*

    The details of the S3 object that the finding applies to.

    *)
}
Sourceval make : ?s3Bucket:??? -> ?s3Object:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of bool | `Enum of string | `List of [> `Structure of (string * [> `String of string ]) list ] list | `Long of Awso.Import.Int64.t | `String of string | `Structure of (string * [> `Enum of string | `String of string | `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Boolean of bool ]) list ]) list ]) list ]) list | `Timestamp of string ]) list ]) 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