Module Values.SuppressDataIdentifierSource

Specifies a custom data identifier or managed data identifier that detected a type of sensitive data to exclude from an S3 bucket's sensitivity score.

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

    The unique identifier for the custom data identifier or managed data identifier that detected the type of sensitive data to exclude from the score.

    *)
  2. type_ : DataIdentifierType.t option;
    (*

    The type of data identifier that detected the sensitive data. Possible values are: CUSTOM, for a custom data identifier; and, MANAGED, for a managed data identifier.

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