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.deno.dev/v0.4/services/docdb.ts?docs=full";

Detailed information about a cluster snapshot.

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]

Provides the list of Amazon EC2 Availability Zones that instances in the cluster snapshot can be restored in.

§
ClusterCreateTime?: Date | number | null
[src]

Specifies the time when the cluster was created, in Universal Coordinated Time (UTC).

§
DBClusterIdentifier?: string | null
[src]

Specifies the cluster identifier of the cluster that this cluster snapshot was created from.

§
DBClusterSnapshotArn?: string | null
[src]

The Amazon Resource Name (ARN) for the cluster snapshot.

§
DBClusterSnapshotIdentifier?: string | null
[src]

Specifies the identifier for the cluster snapshot.

§
Engine?: string | null
[src]

Specifies the name of the database engine.

§
EngineVersion?: string | null
[src]

Provides the version of the database engine for this cluster snapshot.

§
KmsKeyId?: string | null
[src]

If StorageEncrypted is true, the KMS key identifier for the encrypted cluster snapshot.

§
MasterUsername?: string | null
[src]

Provides the master user name for the cluster snapshot.

§
PercentProgress?: number | null
[src]

Specifies the percentage of the estimated data that has been transferred.

§
Port?: number | null
[src]

Specifies the port that the cluster was listening on at the time of the snapshot.

§
SnapshotCreateTime?: Date | number | null
[src]

Provides the time when the snapshot was taken, in UTC.

§
SnapshotType?: string | null
[src]

Provides the type of the cluster snapshot.

§
SourceDBClusterSnapshotArn?: string | null
[src]

If the cluster snapshot was copied from a source cluster snapshot, the ARN for the source cluster snapshot; otherwise, a null value.

§
Status?: string | null
[src]

Specifies the status of this cluster snapshot.

§
StorageEncrypted?: boolean | null
[src]

Specifies whether the cluster snapshot is encrypted.

§
VpcId?: string | null
[src]

Provides the virtual private cloud (VPC) ID that is associated with the cluster snapshot.