Module Values.ModelDiagnosticsOutputConfigurationSource

Output configuration information for the pointwise model diagnostics for an Amazon Lookout for Equipment model.

Sourcetype nonrec t = {
  1. s3OutputConfiguration : ModelDiagnosticsS3OutputConfiguration.t;
    (*

    The Amazon S3 location for the pointwise model diagnostics.

    *)
  2. kmsKeyId : NameOrArn.t option;
    (*

    The Amazon Web Services Key Management Service (KMS) key identifier to encrypt the pointwise model diagnostics files.

    *)
}
Sourceval context_ : string
Sourceval make : ?kmsKeyId:??? -> s3OutputConfiguration:ModelDiagnosticsS3OutputConfiguration.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NameOrArn.t | `Structure of (string * [> `String of S3Bucket.t ]) list ]) 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