Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AwsRedshiftClusterDeferredMaintenanceWindow

import type { AwsRedshiftClusterDeferredMaintenanceWindow } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

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

interface AwsRedshiftClusterDeferredMaintenanceWindow {
DeferMaintenanceEndTime?: string | null;
DeferMaintenanceIdentifier?: string | null;
DeferMaintenanceStartTime?: string | null;
}

§Properties

§
DeferMaintenanceEndTime?: string | null
[src]

The end of the time window for which maintenance was deferred.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.

§
DeferMaintenanceIdentifier?: string | null
[src]

The identifier of the maintenance window.

§
DeferMaintenanceStartTime?: string | null
[src]

The start of the time window for which maintenance was deferred.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.