Module Values.S3MonitoringConfigurationSource

The Amazon S3 configuration for monitoring log publishing. You can configure your step to send log information to Amazon S3. When it's specified, it takes precedence over the cluster's logging configuration. If you don't specify this configuration entirely, or omit individual fields, EMR falls back to cluster-level logging behavior.

Sourcetype nonrec t = {
  1. logUri : XmlString.t option;
    (*

    The Amazon S3 destination URI for log publishing.

    *)
  2. encryptionKeyArn : XmlString.t option;
    (*

    The KMS key ARN to encrypt the logs published to the given Amazon S3 destination.

    *)
}
Sourceval make : ?logUri:??? -> ?encryptionKeyArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of XmlString.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