Module Values.AwsRedshiftClusterDeferredMaintenanceWindowSource

A time windows during which maintenance was deferred for an Amazon Redshift cluster.

Sourcetype nonrec t = {
  1. deferMaintenanceEndTime : NonEmptyString.t option;
    (*

    The end of the time window for which maintenance was deferred. For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.

    *)
  2. deferMaintenanceIdentifier : NonEmptyString.t option;
    (*

    The identifier of the maintenance window.

    *)
  3. deferMaintenanceStartTime : NonEmptyString.t option;
    (*

    The start of the time window for which maintenance was deferred. For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.

    *)
}
Sourceval make : ?deferMaintenanceEndTime:??? -> ?deferMaintenanceIdentifier:??? -> ?deferMaintenanceStartTime:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NonEmptyString.t ]) 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