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

Snapshot

import type { Snapshot } from "https://aws-api-gyr5wj9zj0fg.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]
§
ActualIncrementalBackupSizeInMegaBytes?: number | null
[src]
§
AvailabilityZone?: string | null
[src]
§
BackupProgressInMegaBytes?: number | null
[src]
§
ClusterCreateTime?: Date | number | null
[src]
§
ClusterIdentifier?: string | null
[src]
§
ClusterVersion?: string | null
[src]
§
CurrentBackupRateInMegaBytesPerSecond?: number | null
[src]
§
DBName?: string | null
[src]
§
ElapsedTimeInSeconds?: number | null
[src]
§
Encrypted?: boolean | null
[src]
§
EncryptedWithHSM?: boolean | null
[src]
§
EngineFullVersion?: string | null
[src]
§
EnhancedVpcRouting?: boolean | null
[src]
§
EstimatedSecondsToCompletion?: number | null
[src]
§
KmsKeyId?: string | null
[src]
§
MaintenanceTrackName?: string | null
[src]
§
ManualSnapshotRemainingDays?: number | null
[src]
§
ManualSnapshotRetentionPeriod?: number | null
[src]
§
MasterUsername?: string | null
[src]
§
NodeType?: string | null
[src]
§
NumberOfNodes?: number | null
[src]
§
OwnerAccount?: string | null
[src]
§
Port?: number | null
[src]
§
RestorableNodeTypes: string[]
[src]
§
SnapshotCreateTime?: Date | number | null
[src]
§
SnapshotIdentifier?: string | null
[src]
§
SnapshotRetentionStartTime?: Date | number | null
[src]
§
SnapshotType?: string | null
[src]
§
SourceRegion?: string | null
[src]
§
Status?: string | null
[src]
§
Tags: Tag[]
[src]
§
TotalBackupSizeInMegaBytes?: number | null
[src]
§
VpcId?: string | null
[src]