Values.CreateExperimentTemplateLogConfigurationInputSourceSpecifies the configuration for experiment logging.
type nonrec t = {cloudWatchLogsConfiguration : ExperimentTemplateCloudWatchLogsLogConfigurationInput.t
option;The configuration for experiment logging to Amazon CloudWatch Logs.
*)s3Configuration : ExperimentTemplateS3LogConfigurationInput.t option;The configuration for experiment logging to Amazon S3.
*)logSchemaVersion : LogSchemaVersion.t;The schema version.
*)}val make :
?cloudWatchLogsConfiguration:??? ->
?s3Configuration:??? ->
logSchemaVersion:LogSchemaVersion.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of LogSchemaVersion.t
| `Structure of
(string * [> `String of CloudWatchLogGroupArn.t ]) list ])
list ]