CreateInstanceFromSnapshotRequest: {
    instanceName: string;
    isHaCluster?: boolean;
    nodeType?: string;
    region?: Region;
    snapshotId: string;
}

Type declaration

  • instanceName: string

    Name of the Database Instance created with the snapshot.

  • OptionalisHaCluster?: boolean

    Defines whether or not High Availability is enabled on the new Database Instance.

  • OptionalnodeType?: string

    The node type used to restore the snapshot.

  • Optionalregion?: Region

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

  • snapshotId: string

    Block snapshot of the Database Instance.