Snapshot
import type { Snapshot } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/redshift.ts";interface Snapshot {
AccountsWithRestoreAccess: AccountWithRestoreAccess[];
ActualIncrementalBackupSizeInMegaBytes?: number | null;
AvailabilityZone?: string | null;
BackupProgressInMegaBytes?: number | null;
ClusterCreateTime?: Date | number | null;
ClusterIdentifier?: string | null;
ClusterVersion?: string | null;
CurrentBackupRateInMegaBytesPerSecond?: number | null;
DBName?: string | null;
ElapsedTimeInSeconds?: number | null;
Encrypted?: boolean | null;
EncryptedWithHSM?: boolean | null;
EngineFullVersion?: string | null;
EnhancedVpcRouting?: boolean | null;
EstimatedSecondsToCompletion?: number | null;
KmsKeyId?: string | null;
MaintenanceTrackName?: string | null;
ManualSnapshotRemainingDays?: number | null;
ManualSnapshotRetentionPeriod?: number | null;
MasterUsername?: string | null;
NodeType?: string | null;
NumberOfNodes?: number | null;
OwnerAccount?: string | null;
Port?: number | null;
RestorableNodeTypes: string[];
SnapshotCreateTime?: Date | number | null;
SnapshotIdentifier?: string | null;
SnapshotRetentionStartTime?: Date | number | null;
SnapshotType?: string | null;
SourceRegion?: string | null;
Status?: string | null;
Tags: Tag[];
TotalBackupSizeInMegaBytes?: number | null;
VpcId?: string | null;
}§Properties
§
AccountsWithRestoreAccess: AccountWithRestoreAccess[]
[src]