Values.LoggingConfigurationSummarySourceSummary information about a logging configuration.
type nonrec t = {arn : LoggingConfigurationArn.t option;Logging-configuration ARN.
*)id : LoggingConfigurationID.t option;Logging-configuration ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the room.
*)createTime : Time.t option;Time when the logging configuration was created. This is an ISO 8601 timestamp; note that this is returned as a string.
*)updateTime : Time.t option;Time of the logging configuration’s last update. This is an ISO 8601 timestamp; note that this is returned as a string.
*)name : LoggingConfigurationName.t option;Logging-configuration name. The value does not need to be unique.
*)destinationConfiguration : DestinationConfiguration.t option;A complex type that contains a destination configuration for where chat content will be logged.
*)state : LoggingConfigurationState.t option;The state of the logging configuration. When this is ACTIVE, the configuration is ready for logging chat content.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of LoggingConfigurationArn.t
| `Structure of
(string
* [> `Structure of (string * [> `String of BucketName.t ]) list ])
list
| `Timestamp of Time.t ])
list ]