Values.AwsRedshiftClusterLoggingStatusSourceProvides information about the logging status of the cluster.
type nonrec t = {bucketName : NonEmptyString.t option;The name of the S3 bucket where the log files are stored.
*)lastFailureMessage : NonEmptyString.t option;The message indicating that the logs failed to be delivered.
*)lastFailureTime : NonEmptyString.t option;The last time when logs failed to be delivered. For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.
*)lastSuccessfulDeliveryTime : NonEmptyString.t option;The last time that logs were delivered successfully. For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.
*)loggingEnabled : Boolean.t option;Indicates whether logging is enabled.
*)s3KeyPrefix : NonEmptyString.t option;Provides the prefix applied to the log file names.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of NonEmptyString.t ]) list ]