Module Values.UpdateResourceProfileRequestSource

Updates the sensitivity score for an S3 bucket.

Sourcetype nonrec t = {
  1. resourceArn : string;
    (*

    The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.

    *)
  2. sensitivityScoreOverride : int option;
    (*

    The new sensitivity score for the bucket. Valid values are: 100, assign the maximum score and apply the Sensitive label to the bucket; and, null (empty), assign a score that Amazon Macie calculates automatically after you submit the request.

    *)
}
Sourceval context_ : string
Sourceval make : ?sensitivityScoreOverride:??? -> resourceArn:string -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of int | `String of string ]) 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