Module Values.ResourceIdSource

The identifier for a resource object that contains resources to scan. Specifying a codeArtifactId is required to create a scan.

Sourcetype nonrec t = {
  1. codeArtifactId : Uuid.t option;
    (*

    The identifier for the code file uploaded to the resource object. Returned by CreateUploadUrl when you upload resources to be scanned.

    *)
}
Sourceval make : ?codeArtifactId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Uuid.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