Module Values.EnableMacieRequestSource

Enables Amazon Macie and specifies the configuration settings for a Macie account.

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

    A unique, case-sensitive token that you provide to ensure the idempotency of the request.

    *)
  2. findingPublishingFrequency : FindingPublishingFrequency.t option;
    (*

    Specifies how often to publish updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events).

    *)
  3. status : MacieStatus.t option;
    (*

    Specifies the new status for the account. To enable Amazon Macie and start all Macie activities for the account, set this value to ENABLED.

    *)
}
Sourceval make : ?clientToken:??? -> ?findingPublishingFrequency:??? -> ?status:??? -> 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