Module Values.MalwareProtectionPlanActionsSource

Information about whether the tags will be added to the S3 object after scanning.

Sourcetype nonrec t = {
  1. tagging : MalwareProtectionPlanTaggingAction.t option;
    (*

    Indicates whether the scanned S3 object will have tags about the scan result.

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