Values.S3MonitoringConfigurationSourceThe 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.
type nonrec t = {logUri : XmlString.t option;The Amazon S3 destination URI for log publishing.
*)encryptionKeyArn : XmlString.t option;The KMS key ARN to encrypt the logs published to the given Amazon S3 destination.
*)}