CreateSnapshotRequest: {
    expiresAt?: Date;
    instanceId: string;
    name: string;
    region?: Region;
}

Type declaration

  • OptionalexpiresAt?: Date

    Expiration date of the snapshot (must follow the ISO 8601 format).

  • instanceId: string

    UUID of the Database Instance to snapshot.

  • name: string

    Name of the snapshot.

  • Optionalregion?: Region

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