CloneInstanceRequest: {
    instanceId: string;
    name: string;
    nodeType?: string;
    region?: Region;
}

Type declaration

  • instanceId: string

    UUID of the Database Instance you want to clone.

  • name: string

    Name of the Database Instance clone.

  • OptionalnodeType?: string

    Node type of the clone.

  • Optionalregion?: Region

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