Values.LoggingConfigurationMetadataSourceContains information about the current rules and alerting logging configuration for the workspace. These logging configurations are only for rules and alerting logs.
type nonrec t = {status : LoggingConfigurationStatus.t option;The current status of the logging configuration.
*)workspace : WorkspaceId.t option;The ID of the workspace the logging configuration is for.
*)logGroupArn : LogGroupArn.t option;The ARN of the CloudWatch log group to which the vended log data will be published.
*)createdAt : Timestamp.t option;The date and time that the logging configuration was created.
*)modifiedAt : Timestamp.t option;The date and time that the logging configuration was most recently changed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of WorkspaceId.t
| `Structure of
(string * [> `Enum of string | `String of String_.t ]) list
| `Timestamp of Timestamp.t ])
list ]