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

DBClusterSnapshot

import type { DBClusterSnapshot } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/docdb.ts";
interface DBClusterSnapshot {
AvailabilityZones: string[];
ClusterCreateTime?: Date | number | null;
DBClusterIdentifier?: string | null;
DBClusterSnapshotArn?: string | null;
DBClusterSnapshotIdentifier?: string | null;
Engine?: string | null;
EngineVersion?: string | null;
KmsKeyId?: string | null;
MasterUsername?: string | null;
PercentProgress?: number | null;
Port?: number | null;
SnapshotCreateTime?: Date | number | null;
SnapshotType?: string | null;
SourceDBClusterSnapshotArn?: string | null;
Status?: string | null;
StorageEncrypted?: boolean | null;
VpcId?: string | null;
}

§Properties

§
AvailabilityZones: string[]
[src]
§
ClusterCreateTime?: Date | number | null
[src]
§
DBClusterIdentifier?: string | null
[src]
§
DBClusterSnapshotArn?: string | null
[src]
§
DBClusterSnapshotIdentifier?: string | null
[src]
§
Engine?: string | null
[src]
§
EngineVersion?: string | null
[src]
§
KmsKeyId?: string | null
[src]
§
MasterUsername?: string | null
[src]
§
PercentProgress?: number | null
[src]
§
Port?: number | null
[src]
§
SnapshotCreateTime?: Date | number | null
[src]
§
SnapshotType?: string | null
[src]
§
SourceDBClusterSnapshotArn?: string | null
[src]
§
Status?: string | null
[src]
§
StorageEncrypted?: boolean | null
[src]
§
VpcId?: string | null
[src]