Module Values.ManagedLoggingConfigurationSource

Configuration settings for delivering logs to Amazon S3 buckets.

Sourcetype nonrec t = {
  1. enabled : BoxedBoolean.t;
    (*

    Enables mamanged log persistence.

    *)
  2. kmsKey : KmsKey.t option;
    (*

    The KMS key ARN to encrypt the logs stored in managed log persistence.

    *)
}
Sourceval context_ : string
Sourceval make : ?kmsKey:??? -> enabled:BoxedBoolean.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of BoxedBoolean.t | `String of KmsKey.t ]) 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