Module Values.ImageScanningConfigurationSource

Contains settings for Image Builder image resource and container image scans.

Sourcetype nonrec t = {
  1. imageScanningEnabled : NullableBoolean.t option;
    (*

    A setting that indicates whether Image Builder keeps a snapshot of the vulnerability scans that Amazon Inspector runs against the build instance when you create a new image.

    *)
  2. ecrConfiguration : EcrConfiguration.t option;
    (*

    Contains Amazon ECR settings for vulnerability scans.

    *)
}
Sourceval make : ?imageScanningEnabled:??? -> ?ecrConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of NullableBoolean.t | `Structure of (string * [> `List of [> `String of NonEmptyString.t ] list | `String of NonEmptyString.t ]) 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