RestoreSnapshotRequest: {
    instanceName: string;
    nodeNumber: number;
    nodeType: string;
    region?: Region;
    snapshotId: string;
    volume: RestoreSnapshotRequestVolumeDetails;
}

Type declaration

  • instanceName: string

    Name of the new Database Instance.

  • nodeNumber: number

    Number of nodes to use for the new Database Instance.

  • nodeType: string

    Node type to use for the new Database Instance.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • snapshotId: string

    UUID of the snapshot.

  • volume: RestoreSnapshotRequestVolumeDetails

    Instance volume information.